I am using Kendo React grid along with detail rows (expand functionality) which works well as per the example stated.
However i need to specify another explicit "Expand ALL" button that should open the detail view of all the rows in the result page.
I tried few attempts but facing issues while binding this new button state behavior with the "onExpandChange" and "onDataStatechange".
I am using pagination and filtering also in this grid. Can you please provide working example for this.