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

RadDialogOpener

2 Answers 143 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 11 Aug 2011, 08:57 PM
I'm currently evaluating RadControls and am very impressed so far. After a couple days of playing with the controls Ive found a need to use the ImageManager dialog in a standalone form. Thanks to the robust support community telerik seems to have ive found this link http://www.telerik.com/support/kb/aspnet-ajax/editor/using-the-image-and-document-managers-outside-radeditor.aspx . Which definitely points me in the right direction. The problem i have is there doesnt seem to be a way to install a front-end control for the RadDialogOpener. The control does not appear in my Toolbox with the rest of the controls and it doesnt show up using intellisense when i try adding a control using the telerik tagprefix. I can see the RadDialogOpener class in object explorer and it appears to be in the telerik.web.ui namespace which is registered in my webconfig and seems to give me access to the rest of the controls. The sample looks like what i need, I just cant replicate it because its using a telerik:DialogOpener control that i cant seem to find. Any help would be appreciated and Im all but sold on the product already, very impressive set of controls.

Thanks,

Dave

2 Answers, 1 is accepted

Sort by
0
Dave
Top achievements
Rank 1
answered on 15 Aug 2011, 05:13 PM
Still looking for an answer, any help would be greatly appreciated.

Thanks,

Dave
0
Accepted
Dobromir
Telerik team
answered on 17 Aug 2011, 10:02 AM
Hi Dave,

The dialogOpener is a helper control which is used by RadEditor for its dialogs functionality. It is intentionally removed from the ToolBox and ASPX intellisense. However, you should by able register it on the page using the following declaration:
<telerik:RadDialogOpener ID="RadDialogOpener1" runat="server" />


Greetings,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
Dave
Top achievements
Rank 1
Answers by
Dave
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or