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
50
AJAX enabled hierarchical grid row selection
posted

Hi,


I have a ajax enabled hierarchical grid (with server side sorting, client side filtering and paging). I am also subscribing to the OnActiveRowChange event.

I am trying to select a child row, which will set a session variable based on the row id. But every time I select a child row, the grid performs a post back (as expected) and on the return the grid collapses the parent row I expanded and thus my child row is not selected.
Now, the grid does not collapse the parent row if I disable AJAX and my child row is selected. Is there any way to get this behaviour with AJAX enabled?

Thanks.