Hi,
I would like to limit the number of rows expandable in my grid to a single row. My solution has a RadGrid with a NestedViewTemplate. When a user selects the row and it is expanded I'd like to collapse any other rows that are already expanded.
I'd like to do that on the client side before the new row is expanded and databound. I've tried the client-event OnGroupExpanded but thats not the event being fired.
Thanks
Jase
I would like to limit the number of rows expandable in my grid to a single row. My solution has a RadGrid with a NestedViewTemplate. When a user selects the row and it is expanded I'd like to collapse any other rows that are already expanded.
I'd like to do that on the client side before the new row is expanded and databound. I've tried the client-event OnGroupExpanded but thats not the event being fired.
Thanks
Jase