Does anyone have a full portal page demo with adding content from a catalog, customizable dock layouts, and database save allowing each user to create their own dashboard?
Thanks
Tom
3 Answers, 1 is accepted
0
Pero
Telerik team
answered on 24 Aug 2010, 08:54 AM
Hi Tom,
We have two sample projects that save the DockState in a DB, in our Code Library. You can use them to achieve your specific scenario. They are based on the MyPortal online demo. Here are the links to the sample demos:
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
I have successfully implemented a portal system saving the docks and their layout in a database. I have split the implementation into two parts though...a portal configuration page which allows the user to add docks and move them around in different dock zones and a home page which displays the configured docks.
What I'd like to do on the home page is to only allow the docks to be displayed as they were configured on the configuration page and disable the ability to move them among the dock zones on the home page.
Since the docks and the layout are being pulled out of the database, can you tell me how to turn off the ability to move them around on the home page when they load? Thanks
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