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

DropDownWidth doesn't work

1 Answer 42 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Olivier
Top achievements
Rank 2
Olivier asked on 25 Apr 2014, 01:51 PM
Hello

Why in my version 2014.1.225.45 , the DropDownWidth="200" or DropDownWidth="200px"
doesn't work,

in Css it's work very well not with this attribute DropDownWidth

<telerik:RadComboBox runat="server" ID="PlaComboBox1" Width="240" DataSourceID="WbTA" DataTextField="TA_LIBELLE" DataValueField="TA_ID" DropDownWidth="200"></telerik:RadComboBox>

Can you help to understand ?

thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Apr 2014, 06:06 AM
Hi Olivier,

Unfortunately I couldn't replicate any issue with RadComboBox DropDownWidth in Telerik version 2014. Please have a look into the sample code snippet which works fine at my end. Please provide a sample code where I can replicate the issue for further help.

ASPX:
<telerik:RadComboBox ID="radcboDropdownWidth" runat="server" DataSourceID="SqlDataSource1"
    DataTextField="CountryName" DataValueField="CountryId" DropDownWidth="200">
</telerik:RadComboBox>

Thanks,
Shinu.
Tags
ComboBox
Asked by
Olivier
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or