WnGrid 中的获取某一列的显示值使用 GetRowCellDisplayText 方法,代码如下:
string bz=(wnGridMain.GridView as GridView).GetRowCellDisplayText(wnGridMain.CurrRowIndex,wnGridMain.Column["Bz"]);