Unplanned
Last Updated: 27 Jul 2023 08:03 by ADMIN
Ryan
Created on: 10 May 2023 04:36
Category: Data Grid
Type: Feature Request
1
Add ability to mass expand / collapse master-detail view

Similar to how you can specify a column for the selection, it'd be nice if you could specify a column for the expand / collapse column so that you can provide a header value and handle a header value click change event.

The idea being that I could mass expand or collapse master detail rows similar to how I can mass select rows.

2 comments
ADMIN
Konstantin Dikov
Posted on: 27 Jul 2023 08:03

Here is another approach for adding custom Expand/Collapse column (at any position) with the ability for customizing the cells and the headerCells:

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

ADMIN
Konstantin Dikov
Posted on: 11 May 2023 09:09

Hello Ryan,

Thank you for submitting the feature request.

With the current implementation it is still possible to render custom expand/collapse column, but the default one must be hidden with CSS:

Another option would be to handle the headerCellRender and add the custom content for the default expand column (using the "field" value to determine the correct header cell):

Here is an example with the headerCellRender approach:

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!