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

Show\Hide Columns in grid using GridSettingsPersister class

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dheeraj
Top achievements
Rank 1
Dheeraj asked on 27 May 2010, 07:33 AM
Hi All,
          I have a radgrid with approx 15 columns. I have a requiremnt like .. Logged in user should be able to select the columns which he wants to see from the 15 available colomns and save the grid settings, and when he next time logs in he will see those columns which he saved in settings instead of all 15 columns. How can i achieve this using GridSettingsPersister class.Please help me regarding this.

Regards,
Dheeraj

1 Answer, 1 is accepted

Sort by
0
Dheeraj
Top achievements
Rank 1
answered on 27 May 2010, 07:58 AM
Hi all,
         I found the solution for that by.

EnableHeaderContextMenu

 

="True"

 

  and from there we will be able to select desired columns and save the setting using GridSettingsPersister class.

Cheers!!
Tags
Grid
Asked by
Dheeraj
Top achievements
Rank 1
Answers by
Dheeraj
Top achievements
Rank 1
Share this question
or