Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3455
Get the selected value of a cell
posted
Hi,
I am getting an exception (null reference) while taking the active cell value in wingrid.

rowIndex = this.ultraGrid1.ActiveCell.Row.Index;

this.ultraGrid1.Rows[rowIndex].Cells["CellName"].Value.ToString();This execption is obtained when the rows are filtered., and if the rows are not filtered there is no error
Regards,
Pgr2007
Parents Reply Children
No Data