Posted 8 August 2022, 10:01 pm EST - Updated 3 October 2022, 11:50 am EST
Customization of TreeGrid's expand/collapse icons
Posted by: weide.zhu on 8 August 2022, 10:01 pm EST
-
-
Posted 9 August 2022, 5:28 am EST
Hello,
You may handle the formatItem event of the FlexGrid and replace the expand/collapse icons placed inside the cell elements with the plus/minus icons respectively. Please refer to the sample link below demonstrating the same:
https://stackblitz.com/edit/js-1yxnqz?file=index.js
Regards
-
Posted 9 August 2022, 6:43 pm EST
it works,thanks