3 Answers, 1 is accepted
0
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:
Sincerely yours,
Pero
the Telerik team
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:
- http://www.telerik.com/community/code-library/aspnet-ajax/docking/saving-state-of-dynamically-created-raddocks-in-database-using-hidden-updatepanel.aspx
- http://www.telerik.com/community/code-library/aspnet-ajax/docking/save-dockstate-in-database-using-radajaxmanager.aspx
Sincerely yours,
Pero
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

Philip Senechal
Top achievements
Rank 1
answered on 11 Oct 2010, 10:44 PM
Question regarding these demos...
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
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
0
Hi Philip,
You should use the RadDock's EnableDrag property. The following demo shows this behavior: http://demos.telerik.com/aspnet-ajax/dock/examples/default/defaultcs.aspx.
Best wishes,
Pero
the Telerik team
You should use the RadDock's EnableDrag property. The following demo shows this behavior: http://demos.telerik.com/aspnet-ajax/dock/examples/default/defaultcs.aspx.
Best wishes,
Pero
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