ASP.NET MVC Datagrid Edit All Rows Using Batch Edit
batch-editing
edit-rows
mvc-grid
This sample demonstrates editing all rows simultaneously using the batch edit mode in the Syncfusion EJ2 ASP.NET MVC DataGrid.
Project Overview
This ASP.NET MVC application showcases how the Syncfusion EJ2 DataGrid's batch editing feature can be used to enable inline editing across all rows at once. Users can modify multiple cells, then commit or cancel all changes in a single operation — ideal for bulk data entry scenarios.
Features
- Enable batch (bulk) editing on all rows in the Syncfusion EJ2 ASP.NET MVC DataGrid
- Commit or discard all row changes at once
Prerequisites
- Visual Studio
- Syncfusion.EJ2.MVC5 NuGet package
Installation
- Clone or download this repository to your local machine.
- Open
EJ2MVCEditAllRows\EJ2MVC.slnin Visual Studio. - Restore NuGet packages by rebuilding the solution (Build > Rebuild Solution).
Running the Application
Press F5 or click Start in Visual Studio to build and launch the application in IIS Express.
Documentation and Resources