When I use WebImageButton as OKButton it does not fire WebDataGrid RowUpdating event.
I also tried to call grid.get_behaviors().get_editingCore().commit(); in client side but it did not work.
Does Infragistics support only regular asp:Button control for OKButton or am I missing something?
Thanks.
Hi,
I couldn't tell for sure what you meant, but you need to handle the rowupdated event SERVER SIDE in order for the client side commit() to work. You don't need to put any code into the rowupdated event.
Ed
I tried handling rowupdated server side event too. But it is not working.