Hi ,
In the
e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem);
newValues hashtable is filled with oldValues not with edited values.I am using GridEditableItem only.
Please help me.
Thanks
Swarna.
In the
protected
void
RadGrid1_UpdateCommand after editing values, when i extract values using
e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem);
newValues hashtable is filled with oldValues not with edited values.I am using GridEditableItem only.
Please help me.
Thanks
Swarna.