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

Problem with Saving the radgridview settings

4 Answers 65 Views
GridView
This is a migrated thread and some comments may be shown as answers.
vamsee
Top achievements
Rank 1
vamsee asked on 19 Jul 2010, 11:10 AM
Hello,

            I want to save the filter and grouping settings done on the datagrid using radgridviewsettings class .As the class is not available in the Telerik.Windows.Controls.GridView namespace I found the code for that class in the documentation but the problem i found is the method

grid.Columns."OfType"<

 

GridViewDataColumn>()

 

is not found in radgridview class

What might be the solution for that ?


Thanks ,


Vamsee

4 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 19 Jul 2010, 12:31 PM
Hello vamsee,

 The RadGridViewSettings class is part of our examples (found here). You can copy the source code from the source code of the example. and apply it to your application. Please don't hesitate to write again if you need further assistance.

Best wishes,
Yavor Georgiev
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
0
loraine
Top achievements
Rank 1
answered on 24 May 2011, 09:26 AM
hi Yavor!

there's an error with the example. i just copied it, and there's an error in this part:

protected override void OnUnloaded(object sender, RoutedEventArgs e)
{
.....
}

it says  no suitable method to override.
do you have an idea on how to fix this?

thanks,
Loraine
0
Gili
Top achievements
Rank 1
answered on 09 Apr 2013, 09:21 AM
there is no such example
0
Dimitrina
Telerik team
answered on 09 Apr 2013, 09:40 AM
Hello,

Indeed, this demo was removed. You can check our recent GridView Serialization demo showing how to save and load settings using the PersistenceFramework.

Regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
vamsee
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
loraine
Top achievements
Rank 1
Gili
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or