Hi Shamil,Thanks for contacting Syncfusion support.Query : “Grid Batch Editing with Virtualization”Currently we do not have support for editing with virtualization in Grid. We have already considered “Provide support for editing with virtualization” as a feature and added to our feature request list. The feature will be available in any of our upcoming releases. Until then we appreciate your patience. You can keep track of the feature from the feedback portal below.Regards,Prasanna Kumar N.S.V
Hi Shamil,Thanks for the update.We will let you know once release is rolled outRegards,Prasanna Kumar N.S.V
App.component.ts
actionBegin(args: any):void {
if(args.requestType === 'virtualscroll'){
this.grid.closeEdit();
}
} |
Hi Neo,Query: automatically called to the cancel method by scroll down or up.By default we have actionBegin event in our Grid component which will trigger when scroll up or down with the requestType as virtualscroll virtualization enabled. Using this event you can call the close edit method to cancel the editing when scroll down or up with the virtualization. This event will trigger when the next block of viewable records is started to load. We have shared the sample for your reference.Code Snippet:
App.component.ts
actionBegin(args: any):void {if(args.requestType === 'virtualscroll'){this.grid.closeEdit();}}Documentation Link: https://ej2.syncfusion.com/documentation/api/grid/#actionbeginPlease get back to us if you need further assistance.Regards,Prasanna Kumar N.S.V
Hi Neo,
Thanks for your update.
As we have stated already we currently do not have support for Virtualization with editing. Also It is difficult to achieve this in sample level. We will implement the Virtual Scroll with inline Editing and it will be included in our Volume 1, 2020 Release which is expected to be rolled out in month of March 2020.
Regards,Manivel