Hello,
I'm building my radgridview programmatically. The source is datatable which I build too.
When I'm in editmode (I use InPlace) how can I get the new data in the on the update?
I can retrieve the row of the edited item but how can I get the column?
I tried to do something like that:
e.Item.DataItem("Unique_Name")
but I can't get it work...
Can you help?
Thanx
I'm building my radgridview programmatically. The source is datatable which I build too.
When I'm in editmode (I use InPlace) how can I get the new data in the on the update?
I can retrieve the row of the edited item but how can I get the column?
I tried to do something like that:
e.Item.DataItem("Unique_Name")
but I can't get it work...
Can you help?
Thanx