3 Answers, 1 is accepted
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:
Please elaborate your requirement if it doesn't help.
Thanks,
Princy.
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
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
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.