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

Need personalization features in datagrid

1 Answer 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jubin
Top achievements
Rank 1
Jubin asked on 21 Aug 2010, 10:38 AM
I was wondering if the datagrid control can have following features:

When viewing data in a grid, the requirement is to allow users to customize and store the settings as their default view. The user should be able to –
Select columns to view
Select column Sequence
Select default sort column
Store the setting (as a view) and use it on next visit.
Allow multiple such views to be stored for a user.

I would appreciate any feedback.

cheers

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 25 Aug 2010, 03:04 PM
Hello Jubin,

Depending on your requirements, you can change the columns visibility by using the Display/Visible property of the RadGrid columns.

You can enable Reordering of grid columns by setting the AllowColumnsReorder in RadGrid's ClientSettings to true.

As for the default sort column, you can implement a way to get the visitor's preferences and then add this SortExpression programmatically to the RadGrid.

In regard of your last question, you can find instructions on how to keep RadGrid's settings on per user basis in this help article and also this CodeLibrary.

Sincerely yours,
Tsvetina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Jubin
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or