Is it possible add an unbound field value to a parameter for batch updating on a WebDataGrid?
I had Batch Updating working before i added a couple unboundFields that do some calculation.
Thanks
Hello Adam,
RowUpdating event can be handled and the unbound values can be accessed from the RowUpdatingEventArgs which has two properties UnboundValues holding the values for the unbound field after the update and OldUnboundValues holding the values befor the update.
Let me know if I may be of further assistance.