https://github.com/syncfusionexamples/ej2-datagrid-aspmvc-editallrows-batchedit
Edit all rows using Batch Editing
https://github.com/syncfusionexamples/ej2-datagrid-aspmvc-editallrows-batchedit
batch-editing edit-rows mvc-grid
Last synced: 5 days ago
JSON representation
Edit all rows using Batch Editing
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-datagrid-aspmvc-editallrows-batchedit
- Owner: SyncfusionExamples
- Created: 2019-11-29T05:24:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-21T12:59:35.000Z (3 months ago)
- Last Synced: 2026-04-21T14:15:49.409Z (3 months ago)
- Topics: batch-editing, edit-rows, mvc-grid
- Language: JavaScript
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET MVC DataGrid - Edit All Rows using Batch Edit
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](https://visualstudio.microsoft.com/)
- Syncfusion.EJ2.MVC5 NuGet package
## Installation
1. Clone or download this repository to your local machine.
2. Open `EJ2MVCEditAllRows\EJ2MVC.sln` in Visual Studio.
3. 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
- **Documentation**: https://ej2.syncfusion.com/aspnetmvc/documentation/grid/editing/batch-editing
- **Live Demo**: https://ej2.syncfusion.com/aspnetmvc/Grid/BatchEditing