Environment
Product | Progress® KendoReact |
Description
How can I have control over the expand/collapse column of the KendoReact Grid and be able to change or hide the Grid columns?
Solution
To modify the expand/collapse column of the Grid:
- Create a custom column that is bound to the expanded field.
- Show the icons conditionally.
For more information, refer to the following props:
For the full implementation of the suggested approach, refer to the demo on creating a custom expand/collapse column in the KendoReact Grid.