Here is my Code.
<telerik:RadComboBox ID="ddlFabLocation2" EmptyMessage="--Select--" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="false" Skin="Windows7" CheckedItemsTexts="DisplayAllInInput"
Width="300" Label="">
</telerik:RadComboBox>
When i failed to set the Label property . Radcombobox disappears during the page load.
Even if I set it empty string, Its not working.
When I provide any text like Label="test" or Label="[White space]".It works fine.
But I don't want to show any text or white space in front of the control.
*I am using the Latest telerik version.
*IE 7
<telerik:RadComboBox ID="ddlFabLocation2" EmptyMessage="--Select--" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="false" Skin="Windows7" CheckedItemsTexts="DisplayAllInInput"
Width="300" Label="">
</telerik:RadComboBox>
When i failed to set the Label property . Radcombobox disappears during the page load.
Even if I set it empty string, Its not working.
When I provide any text like Label="test" or Label="[White space]".It works fine.
But I don't want to show any text or white space in front of the control.
*I am using the Latest telerik version.
*IE 7