Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Collapse/Expand the row by Programmatically in React Hierarchical Grid
posted

Hello Infragistics Team,

We are using the React Hierarchical Grid component (v18.7.7 URL) in our project and need to programmatically expand or collapse rows.

We attempted to use hierarchicalGridRef.current.expandRow(value), but it only expands the first row(parent row) and not its child rows. We want to expand the child row also.

Could you provide an example with code demonstrating how to expand/collapse all rows, including child rows?

Thanks in advance!

Parents Reply Children
No Data