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

Filter case sensitive

2 Answers 103 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Silvio Silva Junior
Top achievements
Rank 2
Silvio Silva Junior asked on 27 May 2010, 07:25 PM
Hello guys.

I am doing a search with filter in:
http://demos.telerik.com/aspnet-ajax/filter/examples/integration/defaultcs.aspx?product=filter

I'm trying to use this:
AND --> ShipName --> Contains : "vins" without quotes.

For this search I have no results, but, if I try with "Vins" I got 5 results.

I need a case insensitive filter, so, what can I do?

Regards.



2 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay Rusev
Telerik team
answered on 28 May 2010, 09:15 AM
Hello Silvio,

You can use the following setting of RadGrid to control whether the filtering will case sensitive or not.
<GroupingSettings CaseSensitive="true/false" />


Regards,
Nikolay
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
Silvio Silva Junior
Top achievements
Rank 2
answered on 28 May 2010, 02:13 PM
Thanks Nikolay.

It works fine!

Regards.
Tags
Filter
Asked by
Silvio Silva Junior
Top achievements
Rank 2
Answers by
Nikolay Rusev
Telerik team
Silvio Silva Junior
Top achievements
Rank 2
Share this question
or