This is a migrated thread and some comments may be shown as answers.

RadGrid Group Expand/Collapse not working properly on server mode

3 Answers 571 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijaianand
Top achievements
Rank 1
Vijaianand asked on 23 Dec 2011, 03:27 PM
I am using the radgrid with group expressions to group and binding in the code. The expand works but collapse doesn't work on the same group. When I expand the other group, it collapses the previously opened group but when it collapse the expanded group, it doesn't work. I tried GroupLoad = "Client". It works but after few expand and close, the grid doesn't refresh and shows all grid lines all over. 

What am I doing wrong?

Vijai

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Dec 2011, 05:52 AM
Hello Vijai,

Check the following code library which explains the same.
Persist Groups Expanded State on Rebind

-Shinu.
0
Vijaianand
Top achievements
Rank 1
answered on 27 Dec 2011, 03:07 PM
Hi

I don't want to track all grouping expand/collapse. Please read my post carefully. I am just looking for the actual control funtionality to work. It needs to expand and collapse on the grouping when you groupbyexpression. It is not working when its "server" mode or default mode. When I put "client", it works but all the grid is messing up. 

Vijai
0
vtmac
Top achievements
Rank 1
answered on 22 Jan 2015, 02:54 PM
   <ClientSettings AllowGroupExpandCollapse ="true"></ClientSettings>

did the trick for me
Tags
Grid
Asked by
Vijaianand
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Vijaianand
Top achievements
Rank 1
vtmac
Top achievements
Rank 1
Share this question
or