Batch Editing in Kendo UI for Angular

I’m working with Kendo UI for Angular and need to implement batch editing in a Grid. Does Kendo UI for Angular support batch editing? If so, could you provide guidance or resources on how to achieve it?

I referred to the Kendo UI documentation and found a knowledge base article about replicating batch editing functionality using custom logic and templates: Incell Dirty Flag Grid.

I tried implementing the solution described in the article, but it didn’t fully meet my requirements. I was expecting a built-in batch editing feature similar to what’s available in Kendo UI for jQuery, allowing users to edit multiple rows and commit changes in a single operation.

Hello, this might be of some help. Good luck