Hi everyone
I create class
UserGridCheckBoxCellElement : GridDataCellElement
for show checkbox with text (it must need this title) in RadGridView
I use
gridDay.TableElement.GetCellElement(rowInfo, cell.ColumnInfo) for find this cell
and update checkbox statut
I dont know why it is NULL at first time,
it does not have problems after first time
by the way, i use telerik 2012 Q2
Thanks
I create class
UserGridCheckBoxCellElement : GridDataCellElement
for show checkbox with text (it must need this title) in RadGridView
I use
gridDay.TableElement.GetCellElement(rowInfo, cell.ColumnInfo) for find this cell
and update checkbox statut
I dont know why it is NULL at first time,
it does not have problems after first time
by the way, i use telerik 2012 Q2
Thanks