Hi All,
In my application i am using RadComboBox where on load of the page i am unable to get what ever the empty message i had given in the design this is what i had used.
<telerik:RadComboBox ID="cmbPlatformName" runat="server" AutoPostBack="True"
onselectedindexchanged="cmbPlatformName_SelectedIndexChanged"
Height="200px" Width="200px"
DropDownWidth="298px" EmptyMessage="Select Platform" HighlightTemplatedItems="true"
EnableLoadOnDemand="true" onitemsrequested="cmbPlatformName_ItemsRequested">
</telerik:RadComboBox>
Thanks in Advance.