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

My Portal Feature Expansion

2 Answers 55 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Gabe Silvarajoo
Top achievements
Rank 2
Gabe Silvarajoo asked on 16 Feb 2010, 09:46 PM
Dear Sir/Ma'am,

This http://www.telerik.com/ClientsFiles/149082_saveraddockindb.zip is a really great example for "My Portal" features for RadDock. However I was wondering if someone could help by extending its features to include a Dock Edit Title feature like this http://demos.telerik.com/aspnet-ajax/dock/examples/edittitle/defaultcs.aspx and also take away the preset usercontrols and include a radEditor so that users can edit and save text into the Database. Thanks for your help

2 Answers, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 19 Feb 2010, 01:19 PM
Hi Gabe,

For your convenience I have modified the MyPortal demo so that the dock's titlebar is editable. I am creating custom ITemplate containing a LinkButton, TextBox and Button and assigning it to the TitleBar template of every dock. You can easily extend this project to add a UserControl that contains RadEditor, to the RadDock.

The sample is attached to the thread.

The following examples illustrate how to save the DockState into a DB:


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.
0
Gabe Silvarajoo
Top achievements
Rank 2
answered on 19 Feb 2010, 03:56 PM
Thanks for the code. Initially, there was an error during compilation at line 5 of TitlebarTemplate.aspx but if you delete the code on this line:

<%

@ Register Src="RadGrid.ascx" TagName="RadGrid" TagPrefix="uc1" %>

 


Then you're good to go. Just an FYI. This is an awesome base built that can be used in many web applications. Again, thanks.

Gabe
Tags
Dock
Asked by
Gabe Silvarajoo
Top achievements
Rank 2
Answers by
Pero
Telerik team
Gabe Silvarajoo
Top achievements
Rank 2
Share this question
or