I have a hierachal radgrid.
The problem I am having is that it only allows a single parent to have it's children expanded at a time.
If Parent row 1 is expanded,
then I click to expand Parent row 2
-- Parent row 1 collapses, then Parent row 2 expands.
I do not want the row to collapse automatically.
I want to be able to have multiple rows be expanded at one time (and I have done this many times without a problem! )
I understand from this:
http://www.telerik.com/help/aspnet-ajax/grdsingleexpandinhierarchicalgrid.html
that the grid should not behave this way be default... but I did not implement any code to affect this functionality.
Is there a setting or somewhere I should look to correct this?
Thanks.
The problem I am having is that it only allows a single parent to have it's children expanded at a time.
If Parent row 1 is expanded,
then I click to expand Parent row 2
-- Parent row 1 collapses, then Parent row 2 expands.
I do not want the row to collapse automatically.
I want to be able to have multiple rows be expanded at one time (and I have done this many times without a problem! )
I understand from this:
http://www.telerik.com/help/aspnet-ajax/grdsingleexpandinhierarchicalgrid.html
that the grid should not behave this way be default... but I did not implement any code to affect this functionality.
Is there a setting or somewhere I should look to correct this?
Thanks.