This is a migrated thread and some comments may be shown as answers.

[Solved] RadComboBox EmptyMessage problem.

1 Answer 122 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ratan mishra
Top achievements
Rank 1
ratan mishra asked on 11 Dec 2009, 02:21 PM
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.

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 11 Dec 2009, 02:56 PM
Hi ratan mishra,

Can you please show how are you accessing the Empty Message? (You need to use the EmptyMessage property for this purpose.)

Best wishes,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
ratan mishra
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or