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

[Solved] width not getting set on combobox

1 Answer 102 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Caroline
Top achievements
Rank 1
Caroline asked on 16 Jul 2009, 01:33 PM
anyone any idea why the width i am setting to my RadCombo box just isnt working???  I am using a TreeView within the combobox but have a width set but it just doesnt change...have tried a new radcombo without a treeview too but still doesnt change..please can u help??  many thank

 

 

<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="700"

 

 

 

 

 

 

ShowToggleImage="True" Style="vertical-align: middle;" OnClientDropDownOpened="OnClientDropDownOpenedHandler"

 

 

 

EmptyMessage="Choose a business">

 

 

 

 

 

 

<ItemTemplate>

 

 

 

 

 

 

<div id="div1" style="width: 100%;">

 

 

 

 

 

 

<telerik:RadTreeView runat="server" ID="RadTreeView1" OnClientNodeClicking="nodeClicking">

 

 

 

 

 

 

</telerik:RadTreeView>

 

 

 

 

 

 

</div>

 

 

 

 

 

 

</ItemTemplate>

 

 

 

 

 

 

<Items>

 

 

 

 

 

 

<telerik:RadComboBoxItem Text="" />

 

 

 

 

 

 

</Items>

 

 

 

 

 

 

</telerik:RadComboBox>

 

1 Answer, 1 is accepted

Sort by
0
Caroline
Top achievements
Rank 1
answered on 16 Jul 2009, 01:46 PM
sorry please ignore this, someone has put important! on a css tag.

thanks
Tags
ComboBox
Asked by
Caroline
Top achievements
Rank 1
Answers by
Caroline
Top achievements
Rank 1
Share this question
or