Is there a way I can edit multiple cell values in the same column across multiple rows? Refer to the attached mocked up screenshot.
Any suggestions?
Any suggestions?
5 Answers, 1 is accepted
0
Hi Beau,
This functionality is currently not supported. By design the Kendo UI Grid does not include editing of multiple cells simultaneously as this may involve adding a large number of editor inputs to the DOM and lead to poor performance. Nevertheless if you consider that it will be a useful addition to the widget, please post it as a suggestion in our User Voice portal. If it becomes popular among the community, we will consider to implement it in future releases of Kendo UI.
Regards,
Dimiter Madjarov
Telerik
This functionality is currently not supported. By design the Kendo UI Grid does not include editing of multiple cells simultaneously as this may involve adding a large number of editor inputs to the DOM and lead to poor performance. Nevertheless if you consider that it will be a useful addition to the widget, please post it as a suggestion in our User Voice portal. If it becomes popular among the community, we will consider to implement it in future releases of Kendo UI.
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Peter
Top achievements
Rank 1
answered on 22 May 2014, 05:45 PM
I would like to bulk edit in my Grid as well.
Has there been any progress since Jan.13 ?
Thanks, Peter
Has there been any progress since Jan.13 ?
Thanks, Peter
0
Hello Peter,
The feature has not been considered because of the reasons stated above. As suggested, you could post it in the Feedback portal. If it becomes popular among our users, we may consider adding it to the road map.
Regards,
Dimiter Madjarov
Telerik
The feature has not been considered because of the reasons stated above. As suggested, you could post it in the Feedback portal. If it becomes popular among our users, we may consider adding it to the road map.
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Abilash
Top achievements
Rank 1
answered on 07 Dec 2016, 09:03 AM
Hey Team telerik,
Is there any update on this.
Thanks,
Abilash.
0
Hello Abilash,
No, this feature is currently not planned for implementation. You could check the batch editing instead.
Regards,
Dimiter Madjarov
Telerik by Progress
No, this feature is currently not planned for implementation. You could check the batch editing instead.
Regards,
Dimiter Madjarov
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
Fraser
commented on 21 Aug 2021, 10:43 AM
Top achievements
Rank 1
is there anyway that i could bulk edit all rows in one column? Is there an alternative?
Georgi Denchev
commented on 24 Aug 2021, 08:50 AM
Telerik team
Hi, Fraser,
Unfortunately, there is no way to edit multiple rows at once. You can implement Batch editing, where the data isn't saved until you press a "Save" button, however you still wouldn't be able to visually modify multiple rows at the same time.