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

Slow Collapse and Expand on grouping

2 Answers 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Phil H.
Top achievements
Rank 2
Phil H. asked on 01 Dec 2008, 09:08 PM
My RADGrid is slow while collapsing and expanding in groups.  I noted that it is posting back.  Can post-back be turned off on collapse.  ... what other suggestions?

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 02 Dec 2008, 04:36 AM
Hi Phil,

When grouping is handled on the client, groups are expanded client-side, without a postback. To enable grouping on the client, set the GroupLoadMode property of a table view to "Client" and the ClientSettings.AllowGroupExpandCollapse property to True.
Group load modes

Regards
Shinu.
0
Phil H.
Top achievements
Rank 2
answered on 02 Dec 2008, 01:40 PM
Thanks, <MasterTableView GroupLoadMode="Client">  Does the job.
Tags
Grid
Asked by
Phil H.
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Phil H.
Top achievements
Rank 2
Share this question
or