I am using RadControls_for_ASP.NET_AJAX_2009_1_311.
In this i wanted to set dropdown width for the combobox so i have set DropDownWidth = "240px". This width is required only for some logins i.e the text is long only in some cases.
My question is can i set something like minimumdropdownwith and maximumdropdownwidth so that the combobox dropdownwidth will increase or decrease based on the text that will be loaded in the Combobox.
i found a link http://www.telerik.com/help/winforms/combo_propertiessizing.html but this is for winforms. Can i achieve the same in ajax controls.
<telerik:RadComboBox ID="radProject" AutoPostBack="True" runat="server" DropDownWidth="240px" onselectedindexchanged="radProject_SelectedIndexChanged" MarkFirstMatch="True" ondatabinding="radProject_DataBinding" Skin="Web20" OnClientBlur="OnClientBlurHandler"> </telerik:RadComboBox>In this i wanted to set dropdown width for the combobox so i have set DropDownWidth = "240px". This width is required only for some logins i.e the text is long only in some cases.
My question is can i set something like minimumdropdownwith and maximumdropdownwidth so that the combobox dropdownwidth will increase or decrease based on the text that will be loaded in the Combobox.
i found a link http://www.telerik.com/help/winforms/combo_propertiessizing.html but this is for winforms. Can i achieve the same in ajax controls.