Unplanned
Last Updated: 26 Jul 2023 11:22 by ADMIN
Gary
Created on: 14 Apr 2022 11:37
Category: KendoReact
Type: Feature Request
1
Add option for changing KendoReact Grid expand/collapse icons for grouping and master-detail configuration
Introducing expandIcon/collapseIcon or expandIconClass/collapseIconClass properties for the Grid, so that custom icons can be set
2 comments
ADMIN
Konstantin Dikov
Posted on: 26 Jul 2023 11:22

Hello,

Following is an example on implementing custom Expand/Collapse column with customizable content (icons) and even different position of the column:

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: 19 Apr 2022 11:58

Hello,

Just sharing the current approach for changing the expand/collapse icons with CSS:

            <style>
            .k-grid .k-hierarchy-cell .k-i-plus:before{ 
                content: "\e005";
            }
            .k-grid .k-hierarchy-cell .k-i-minus:before{
                content: "\e006";
            } 

Regards,
Konstantin Dikov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.