Hi,
I am using version 2014.3.1209.40 and I have the following combo box:
<telerik:RadComboBox ID="ddCostCenter" runat="server" CheckBoxes="true" EmptyMessage="Select Cost Center" > </telerik:RadComboBox>
If I remove CheckBoxes="true" the empty message shows on initial load, otherwise it doesn't.
How should I set it up, so EmptyMessage shows on initial load when I have the checkboxes?
Thanks!