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

listbox and panelbar

1 Answer 52 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 07 Jul 2009, 03:15 PM
i added listbox into the panel bar and the listbox doesn't stay inside the bar but rather on top of it. so if i expand item 1 that has the listbox, i can't see item 2 or radlistbox will be on top of it. so how do i make it stay inside the radpanelbar

second question i have is after installing q2 2009 the file size in add remove program is actually smaller than q1 2009. is there a reason? did you take some tools off? please let me know. thank you.

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 08 Jul 2009, 08:58 AM
Hello Duy,

Thank you for the report. We will try to solve the problem shortly. In the meantime you may use the following workaround - add this style to your page's head tag:

<style type="text/css"
        .rpSlide 
        { 
            position:relative !important;    
        } 
</style> 

Regarding your second question - we use WIX to build our new installer instead of InstallShield. Mayde this is the reason for the smaller size.

Regards,
Helen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ListBox
Asked by
appdev
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or