It looks like the editRowEnding event is not getting fired when vertically scrolling a virtualized grid while a row is being edited. The row just switches to display mode and loses the data that was being entered, without any opportunity to save it. Is there another event I can catch when this happens or is this a bug with the editRowEnding?
-Jared
Hello JaredHuffman,
Thank you for reporting this.
The issue happens because the row exits editing mode without updating when clicking on the vertical scroll
The editRowEnding is fired but ui.update is false if virtualization is enabled.
I have attached a sample demonstrating that the event is fired.
I created development issue for this
114465 - When virtualization is enabled and row is in editMode, if you click on the vertical scroll no changes are saved
and will ask a member of Developer Support team to contact you.
Hello Jared,
I noticed Tsvetelina has created development issue 114465 to address this functionality.
Please let me know what version of NetAdvantage of jQuery product you are using so I may update development issue 114465 with this detail.