Hello,
I've been wrestling with this problem for many frustrating hours, so please help.
In my WebDataGrid, I have a few BoundDataFields, and a few TemplateDataFields. The RowUpdating() event's behavior has been very strange.
If I edit a field in one row, then click on a cell in a different row, the event will fire.
However, after I edit a field in a row, if I click on cell in the SAME row as the field just edited, and then click on a cell in a different row, the event does not fire.
This buggy behavior is also on your website's sample for the WebDataGrid's "Cell Editing Behavior - Server Events".
Any way to fix this?? I need this (or if you have one, a different) event to trigger right after a row has been updated and the user clicks off of the row!
Hi,
Am using the grid.get_behaviors().get_editingCore().commit(); in WebDataGrid1_RowAdding_ExitedEditMode event its not working for me.Please anyone tell me the solution...Its urgent
Hi Supervin, I've the same issue as you had in May! Apparently that comment helped you:
" You can trigger commiting of the updates at any point by calling grid.get_behaviors().get_editingCore().commit(); "
Do youy remember by chance where you put that piece of code? or how did you solve your problem?
Thanks a lot !!!
Yvan
Hi. I'm looking for the same behavior but for the webgrid control.
How could it be done? Help please.
Perfect, that is what I was looking for! Thanks Alex.
You can trigger commiting of the updates at any point by calling grid.get_behaviors().get_editingCore().commit();