Edit multiple cells in a KendoReact Grid column at the same time

1 Answer 264 Views
Grid
David
Top achievements
Rank 1
Iron
Iron
Veteran
David asked on 11 Jan 2023, 06:00 AM

Hi,

As the subject suggests I am looking for a way to update multiple cells at the same time within one column (i.e. same data type) of the KendoReact Grid. The first thing that comes to mind is enabling checkbox selection of multiple rows as per Customizing the Selection, and having a field and button external to the grid that updates the column field value for any selected rows.

Are there any other suggested approaches for achieving this without having to implement an external field? For example if you could select and paste a value into multiple cells or perform the update on drag selection?

Kind regards,

David

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 12 Jan 2023, 09:41 PM

Hello, David,

Currently, achieving this scenario without implementing an external field is not possible.

I can recommend reviewing the in-cell editing article which showcases how to edit multiple cells:

https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-all-cell/

The main idea is to handle the onItemChange and set the editField.

I hope this helps.

Regards,
Filip
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid
Asked by
David
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Filip
Telerik team
Share this question
or