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

Filter Options Do Not Have Spaces Between Words - NoFilter vs No Filter

2 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 27 Apr 2010, 07:47 PM
I captured a screen shot from the demo site which shows the grid menu items.

All of the grid menu items are lacking a space between words.  This appears to be something that has been there for a while, but now we have users coming to us to spell out these options correctly.

For example,
NoFilter -> No Filter
NotEqualTo -> Not Equal To

Has anyone else ran into this before?  I haven't been able to find any other forum post related to it. 

Is this the type of request I should submit to that public issue tracking site?

Thanks
Tim

2 Answers, 1 is accepted

Sort by
0
Accepted
Yavor
Telerik team
answered on 30 Apr 2010, 11:32 AM
Hi Tim,

Indeed, this is the default rendering of the filter menu.
You can, however, alter the text, as shown in this example:

protected void Page_Load(object sender, EventArgs e)
{
RadGrid1.FilterMenu.Items[0].Text = "No Filter";
RadGrid1.FilterMenu.Items[4].Text = "Ends With";
}

Let me know how this goes.

Kind regards,
Yavor
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Jeff
Top achievements
Rank 1
answered on 30 Apr 2010, 02:29 PM
Thanks,

I am going to add this to the beta ticketing site as a request and see how it goes.  I haven't used that ticketing site yet, but have been looking for a reason to try it.

Tim
Tags
Grid
Asked by
Jeff
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Jeff
Top achievements
Rank 1
Share this question
or