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

Any savelayout or persistance option in RadTileView?

3 Answers 34 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Abhilash
Top achievements
Rank 1
Abhilash asked on 22 Apr 2013, 08:17 AM
Hello,
Do you have any save layout option in the RadTileView?For example if we want to save the state of the tileview items,is there any option?

Please do suggest.
Thanks.

Regards,

Abhilash

3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 25 Apr 2013, 06:57 AM
Hello Abhilash,

You can save and load the layout of all controls using our RadPersistenceFramework. You can find more information here. Also, you can take a look at our online demonstration projects. Furthermore, you can download ready to run projects from our XAML SDK.

Regards,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Abhilash
Top achievements
Rank 1
answered on 25 Apr 2013, 08:00 AM
Thanks for the response.This really helped us.We are following the RadPersistenceFramework but when i press save with this code-
private Stream stream;
 PersistenceManager manager = new PersistenceManager();
            stream = manager.Save(testcomponent);

I am getting null reference exception.

Please find the screenshot attached for the same.

please suggest any option.

Thanks.

Abhilash
 
0
Abhilash
Top achievements
Rank 1
answered on 26 Apr 2013, 05:33 AM
Able to resolve the issue in the previous post.

Thanks.

Abhilash
Tags
TileView
Asked by
Abhilash
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Abhilash
Top achievements
Rank 1
Share this question
or