I have a "Master-Detail Grid" and I’m trying to expand/collapse all details rows.
It exist a standar funcionality for expand/collapse all details rows at the same time ? (A button in kendoGridToolbarTemplate for example)
Thanks,
1 Answer, 1 is accepted
0
Svet
Telerik team
answered on 22 Feb 2018, 12:59 PM
Hi Cristian,
The desired functionality can be achieved by using the expandRow() method of the Grid component. We can call this method for all rows by using some simple custom logic. Please check the following sample plunker demonstrating this approach: