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
195
editRowEnding not fired when scrolling virtualized grid
posted

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

Parents
No Data
Reply
  • 19693
    posted

    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.

    UpdatingWithVirtualization.zip
Children