This example demonstrates how to expand child rows recursively when a parent group row is expanded. This feature is implemented by handling a client-side RowExpanding event and sending a custom callback.
Question Comments
Added By: Jagan Yammada at: 9/3/2015 11:42:32 AM
What this does for me is that it expands the list recursively but then contracts to the first level again in a flash. I tried e.Cancel = true; but that did not help. Can you please help>?
Thaks.