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

RadWindow Not Showing When RadEditor Toolbars Are Hidden

2 Answers 92 Views
Window
This is a migrated thread and some comments may be shown as answers.
Scott Michetti
Top achievements
Rank 1
Scott Michetti asked on 28 Apr 2011, 08:44 PM
Hello. I'm using the RadEditor control without the toolbars as recommended here:
http://www.telerik.com/community/forums/aspnet-ajax/editor/remove-toolbar.aspx
This works fine, but I'm also trying to show a RadWindow. The style for hiding the
toolbar is causing the RadWindow to not show. I believe the offending style is this.
.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow 
    { 
        display: none !important; 
    } 

Is it possible to use the RadEditor without a toolbar and show a RadWindow?

Thanks
Scott

2 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 29 Apr 2011, 01:21 PM
Hello Scott,

Try using this:

.reToolbarWindow
{
    display: none !important;
}

The RadEditor uses a special class to mark it's toolbar when using ToolbarMode="ShowOnFocus", as its rendered in a RadWindow.

I hope that helps.
0
Scott Michetti
Top achievements
Rank 1
answered on 29 Apr 2011, 06:23 PM
Thanks. That worked.

Scott
Tags
Window
Asked by
Scott Michetti
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Scott Michetti
Top achievements
Rank 1
Share this question
or