Hi,
The code below does not result in the RadComboBox being resized to a width of 35 em. How should I do that?
By the way, it works when I set the DropDownControlType to be a regular DropDownList, but then the dropdownlist is not styled like to other items:
The code below does not result in the RadComboBox being resized to a width of 35 em. How should I do that?
<telerik:GridDropDownColumn UniqueName="ProductVariant" ListTextField="name" ListValueField="id" DataSourceID="LinqDataSourceProductVariant" HeaderText="Product variant*" DataField="product_variant" DropDownControlType="RadComboBox" AllowSorting="true" AllowFiltering="false" ItemStyle-Width="35em"> </telerik:GridDropDownColumn>By the way, it works when I set the DropDownControlType to be a regular DropDownList, but then the dropdownlist is not styled like to other items:
<telerik:GridDropDownColumn UniqueName="ProductVariant" ListTextField="name" ListValueField="id"DataSourceID="LinqDataSourceProductVariant" HeaderText="Product variant*" DataField="product_variant"DropDownControlType="DropDownList" AllowSorting="true" AllowFiltering="false"ItemStyle-Width="35em"> </telerik:GridDropDownColumn>