Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 708 Bytes

grid-batch-edit.md

File metadata and controls

31 lines (24 loc) · 708 Bytes
title description type page_title slug position tags ticketid res_type
Batch Editing in the Grid
How to implement batch editing in the grid.
how-to
Grid Batch Edit
grid-kb-batch-edit
1556263
kb

Environment

Product Grid for Blazor

Description

How to edit several records in the grid at once and to only create one request to the database/service to save the changes? How to implement batch editing?

Solution

An example is available on the Telerik UI for Blazor demo site: Telerik Blazor Grid Batch Editing