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

RadGrid groupheader on collapse posting back how to stop

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 22 Aug 2008, 08:08 AM
Hi i have a Grid with some grouping on it with some custom code that displays an image, i want to keep the expand and collapse but i want to stop it doing a post back as it lose's the custom display please help

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 22 Aug 2008, 09:47 AM
Hi David,

Try setting the GroupLoadMode to Client so that the groups will be expanded on the client side with no postback.

ASPX:
 <MasterTableView DataSourceID="SqlDataSource1"  GroupLoadMode="Client"   > 
             


Thanks
Shinu


Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or