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!
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/.