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

RadToolBar drop down in frame

5 Answers 49 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Andrew Short
Top achievements
Rank 1
Andrew Short asked on 19 Jun 2008, 07:11 PM
I have a RadToolBar inside of a frame.  The frame is essentially the same size as the toolbar and it is the only control contained inside the frame.  I would like to add a RadToolBarDropDown to the toolbar, however when it drops down, the drop down items do not appear because they are cut off by the frame. Is there a way to have the drop down items appear on top of the frame below it?
Thanks!

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 23 Jun 2008, 12:31 PM
Hi Andrew,

Can you send us the code of your implementation?


Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Andrew Short
Top achievements
Rank 1
answered on 23 Jun 2008, 01:14 PM
I went to create a ticket so I could upload a sample project but RadToolBar does not appear as a product of ASP.NET AJAX in 
client.net/my-support-tickets/new-support-ticket.aspx
0
Peter
Telerik team
answered on 24 Jun 2008, 03:18 PM

Hello Andrew,

Unfortunately, no HTML element can go outside its container frame. Could you please elaborate more on your case and explain why you need a frame with only a toolbar in it. We might be able to suggest some kind of a solution.



Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Andrew Short
Top achievements
Rank 1
answered on 24 Jun 2008, 05:44 PM
Unfortunately that was the way the application was originally designed, with many frames in default.aspx all interacting with each other.  To discard frames now would be a very large project in itself.  The HTML portion of default.aspx is below, where frmTop is the frame in question which contains the toolbar.

<frameset name="frmParent" id="frmParent" framespacing="0" border="false" rows="36,*,25%"

frameborder="0">

<frame name="frmTop" id="frmTop" scrolling="no" noresize src="top.aspx" marginwidth="0"

marginheight="0">

<frameset name="frmContent" id="frmContent" frameborder="0" framespacing="0" cols="20%,80%">

<frame name="frmTreeView" id="frmTreeView" noresize frameborder="1" src="" marginheight="0"

marginwidth="0" scrolling="no">

<frameset name="frmMapCode" id="frmMapCode" rows="0%,100%" frameborder="0" framespacing="0">

<frame name="frmCode" id="frmCode" src="frmInit.aspx" noresize marginwidth="0" marginheight="0">

<frame name="frmMap" id="frmMap" src="" marginwidth="0" scrolling="no" marginheight="0">

</frameset>

</frameset>

<frame name="frmData" id="frmData" scrolling="no" src="frmData.aspx" marginwidth="0" marginheight="0"

noresize>

<noframes>

</noframes>

</frameset>

0
Peter
Telerik team
answered on 25 Jun 2008, 08:14 AM

Would it be possible to modify your web site to use iframes instead? With iframes you would be able to use the dropdown functionality of RadToolBar.


Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolBar
Asked by
Andrew Short
Top achievements
Rank 1
Answers by
Peter
Telerik team
Andrew Short
Top achievements
Rank 1
Share this question
or