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

DropDownAutoWidth

3 Answers 80 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
miksh
Top achievements
Rank 1
Iron
miksh asked on 25 Apr 2014, 01:27 PM
Please add DropDownAutoWidth into your discovery online demo http://demos.telerik.com/aspnet-ajax/combobox/examples/configurator/defaultcs.aspx

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Apr 2014, 07:29 AM
Hi miksh,

Please have a look into the sample code snippet which works fine at my end.

ASPX:
<telerik:RadComboBox ID="RadComboBox1" runat="server" DataSourceID="SqlDataSource1"
    DataTextField="CompanyName" DataValueField="CustomerID" DropDownAutoWidth="Enabled">
</telerik:RadComboBox>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
    SelectCommand="SELECT [CustomerID], [CompanyName] FROM [Customers]"></asp:SqlDataSource>

Please elaborate your requirement if it doesn't help.
Thanks,
Princy.
0
miksh
Top achievements
Rank 1
Iron
answered on 29 Apr 2014, 11:58 AM
Thanks Princy, I know about that property - it's trivial. My point is it would be nice to have that option available on that demo to play with.
0
Aneliya Petkova
Telerik team
answered on 30 Apr 2014, 08:01 AM
Hello Michael,

Thank you for your feedback. It is very valuable for us.

The RadComboBox Property Explorer demo is planned to be modified for the next Q2 2014 release. We will add the DropDownAutoWidth functionality in the demo configurations. Until then you could check our RadComboBox - DropDown Auto Width demo.

Regards,
Aneliya Petkova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ComboBox
Asked by
miksh
Top achievements
Rank 1
Iron
Answers by
Princy
Top achievements
Rank 2
miksh
Top achievements
Rank 1
Iron
Aneliya Petkova
Telerik team
Share this question
or