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

Dropdown over IFrame

0 Answers 58 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Niclas
Top achievements
Rank 1
Niclas asked on 23 Dec 2008, 11:38 AM
I have a RadToolBarDropDown wich is expanded over an IFrame. When the IFrame contains a textbox with focus the cursor in the textbox is displayed through the dropdown. I have tried different skins without sucess. Does anyone know how to make the cursor dissappear?

<telerik:radtoolbar id="RadToolBar1" runat="server" skin="Outlook">
                <Items>
                    <telerik:RadToolBarDropDown Text="Drop down">
                        <Buttons>
                            <telerik:RadToolBarButton Text="Bold"  Group="Bold" ></telerik:RadToolBarButton>
                            <telerik:RadToolBarButton Text="Italic"  Group="Italic" ></telerik:RadToolBarButton>
                            <telerik:RadToolBarButton Text="Underline"  Group="Underline" ></telerik:RadToolBarButton>
                        </Buttons>
                    </telerik:RadToolBarDropDown>
                </Items>
  </telerik:radtoolbar>
  <br /><br />
  <iframe src ="test.htm"></iframe>

No answers yet. Maybe you can help?

Tags
ToolBar
Asked by
Niclas
Top achievements
Rank 1
Share this question
or