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

How to give different empty message for different search option in RadSearchBox?

1 Answer 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
jackson
Top achievements
Rank 1
jackson asked on 19 Jan 2016, 12:31 PM
 I have a telerik:RadSearchBox in which,there are three option for searching .For different option the empty message must be different.
For example 1)For Tag / Serial: “Search Tag or Serial Number.” 2)For Staff: “Search Staff ID or Name” 3)For Students: “Search Student ID or Name.”
<telerik:RadSearchBox RenderMode="Lightweight"   runat="server" ID="RadSearchBox1" Width="250" DropDownSettings-Height="100" MaxResultCount="20">
<SearchContext ShowDefaultItem="false">
<Items>
<telerik:SearchContextItem Text="Tag / Serial" Key="Tag" />
<telerik:SearchContextItem Text="Staff" Key ="Staff" />
<telerik:SearchContextItem Text="Student" Key ="Student" />
</Items>
</SearchContext>
</telerik:RadSearchBox>

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 22 Jan 2016, 09:35 AM
Hello Jackson,

I have replied to your question in the StackOverflow and as I can see that you have mark it as answered.

http://stackoverflow.com/questions/34875413/how-to-give-different-empty-message-for-different-search-option-in-radsearchbox/34896227#34896227

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
jackson
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or