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

combobox inside radwindow changes the window property

1 Answer 76 Views
Window
This is a migrated thread and some comments may be shown as answers.
deva
Top achievements
Rank 1
deva asked on 28 Jan 2011, 07:49 PM
Hi in my application i have a radwindow with  treeview inside a combobox for selecting items ...
Issue is i have set the height and width of the window, and if i click the combobox the height remains the same but i am getting a scrollbar to navigate the treeview...

what property can i set inorder to display the treeview items out of the window if it exceeds the window height so that users don wnat to scroll the window for selecting the items...

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 03 Feb 2011, 12:10 PM
Hi Deva,

When you display a content page in the RadWindow, that page is separate from the main one and is displayed in an IFRAME. When you show the RadComboBox dropdown, the IFRAME automatically creates scrollbars - this is not controlled by RadWindow in any way.
Since the only DHTML element that could be displayed over an IFRAME is the standard dropdown control (that is a special, heavy-weight control), my suggestion is to use RadWindow as controls container. In such scenario, you have only one page and RadComboBox will be displayed as you need it.

Kind regards,
Georgi Tunev
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
Window
Asked by
deva
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or