Hi,
I have a Radgrid within a dataform. When the user click edit on the Dataform I can get the Radgrid to display in Batch edit mode.
But on pressing the Update button on the Dataform, how do I get the values of the edited grid in code behind.
I already use the _ItemUpdating event for the Dataform, and thought I would be able to see the values of the edited grid with EditItems
But it seems not.
Many Thanks for any help
Mark