Hi there all,
lets get down to business,
so here I am using RadCombobox and as usual i fill the item with data from sharepoint list.
The problem is the DropDownAutoWidth
is not working even though I've set it to "Enabled",
I have RadCombobox using checkboxes and not using checkboxes,
I also have RadCombox which width is specified and one that the width is not specified
with all those radcombobox none of the DropDownAutoWidth
is working, as far as the documentation goes all I need to do is set the DropDownAutoWidth to Enabled
Help and suggestion will be really appreciated.
Thanks in Advance.
lets get down to business,
so here I am using RadCombobox and as usual i fill the item with data from sharepoint list.
The problem is the DropDownAutoWidth
is not working even though I've set it to "Enabled",
I have RadCombobox using checkboxes and not using checkboxes,
I also have RadCombox which width is specified and one that the width is not specified
with all those radcombobox none of the DropDownAutoWidth
is working, as far as the documentation goes all I need to do is set the DropDownAutoWidth to Enabled
<td class="ms-formbody"> <telerik:RadComboBox ID="rcbxContinuity" runat="server" AutoPostBack="false" HighlightTemplatedItems="True" MarkFirstMatch="true" EmptyMessage="Choose a continuity" Width="175px" Sort="Ascending" DropDownAutoWidth="Enabled"> </telerik:RadComboBox></td><td class="ms-formbody"> <telerik:RadComboBox ID="rcbxContinuity" runat="server" CheckBoxes="true" Width="175px" Sort="Ascending" EnableCheckAllItemsCheckBox="false" EmptyMessage="Choose continuity" DropDownAutoWidth="Enabled"> </telerik:RadComboBox></td>.ms-formbody{ font-family: verdana; font-size: 12px; vertical-align: top; background: #f6f6f6; color: #000000 !important; border-top: 1px solid #d8d8d8; padding: 3px 6px 4px 6px;}Help and suggestion will be really appreciated.
Thanks in Advance.