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

Show more results box

1 Answer 81 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ThomasJ
Top achievements
Rank 2
ThomasJ asked on 03 Apr 2008, 07:54 AM
How can I change the text "Items X out of Y" and "No Matches" in the show more results box.

JH

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 03 Apr 2008, 11:36 AM
Hello Henning Yven,

You can change the message that appears under the ShowMoreResultsBox by changing the Message property of the ItemsRequested event arguments, like:

protected void RadComboBox1_ItemsRequested(object sender, RadComboBoxItemsRequestedEventArgs e)
{
    e.Message = "text";
}

Hope this helps.

Regards,
Nick
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
ThomasJ
Top achievements
Rank 2
Answers by
Nikolay
Telerik team
Share this question
or