When the grid has EnableVirtualization = "true" and EditMode = Batch, the Add function does not work

When the grid has the following configuration

<SfGrid DataSource="@GridData" @ref="Grid" Height="600" EnableVirtualization="true" Toolbar="Toolbaritems" AllowGrouping="true" AllowFiltering="true">

        <GridEvents OnToolbarClick="ToolbarClickHandler" TValue="Order"></GridEvents>
        <GridFilterSettings ShowFilterBarStatus="true"></GridFilterSettings>
        <GridEditSettings AllowEditing="true" AllowDeleting="true" AllowAdding="true" Mode="EditMode.Batch"></GridEditSettings>....


Why the Add method doesn't work?


Thanks!!!

1 Reply

VN Vignesh Natarajan Syncfusion Team November 12, 2020 07:28 AM UTC

Hi José 
 
Greetings from Syncfusion support.  
 
Currently we don’t have support to perform inline/batch mode of editing in a VirtualScroll Grid. Since it is a known request, we have considered this as a feature and logged a feature task “Provide support for Normal and Batch editing in Grid with Virtual scrolling” for this requirement. We have planned to implement this and include this feature in any of our upcoming releases.  
  
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link. 
   
 
Please get back to us if you need further assistance.  
 
Regards,  
Vignesh Natarajan 
 


Loader.
Up arrow icon