ASP.NET MVC Datagrid Edit All Rows Using Batch Edit

Sample date Updated on Apr 24, 2026
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

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

Up arrow