Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
324
Problem with Server-side RowUpdating event on WebDataGrid
posted

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!