Ian Coetzer
Top achievements
Rank 2
Ian Coetzer
asked on 11 Sep 2008, 11:19 AM
Hi
I'm using the filtering option for the first time on one of my columns in my rad grid. But I notice that when I type some text it is case sensitive when doing the search.
For example if some of the strings in the column contain the word Africa, I have to search for Africa I cannot search for africa.
Is there a way to turn off the case sensitivity??
thanks
I'm using the filtering option for the first time on one of my columns in my rad grid. But I notice that when I type some text it is case sensitive when doing the search.
For example if some of the strings in the column contain the word Africa, I have to search for Africa I cannot search for africa.
Is there a way to turn off the case sensitivity??
thanks
10 Answers, 1 is accepted
0
Hello Ian,
How the grid is bound in your case? NeedDataSource or DataSourceID? Please provide more info.
Best wishes,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
How the grid is bound in your case? NeedDataSource or DataSourceID? Please provide more info.
Best wishes,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ian Coetzer
Top achievements
Rank 2
answered on 11 Sep 2008, 04:21 PM
I'm using the NeedDataSource event to retrieve the data array as and when required.
Thanks
Thanks
0
Accepted
Hi Ian,
Please set RadGrid1.GroupingSettings.CaseSensitive to false and let me know about the result.
Regards,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Please set RadGrid1.GroupingSettings.CaseSensitive to false and let me know about the result.
Regards,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Greg
Top achievements
Rank 1
answered on 27 Sep 2008, 03:20 AM
There is no effect - filtering remains case sensitive. The collection I assign to the data source is a List of objects.
0
Hello Greg,
Please try setting EnableLinqExpressions to false if you are using 3.5 as target platform. This should resolve the issue.
Kind regards,
Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Please try setting EnableLinqExpressions to false if you are using 3.5 as target platform. This should resolve the issue.
Kind regards,
Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Michael Nagy
Top achievements
Rank 2
answered on 06 Feb 2009, 02:05 PM
hello ,
i have the same question and tired all recommended solutions but all of them did not make different .
I'm using the NeedDataSource and using .Net 3.5
i have the same question and tired all recommended solutions but all of them did not make different .
I'm using the NeedDataSource and using .Net 3.5
0
Hello Michael,
Can you please verify that you are using the latest release 2008.3.1314 of RadControls for ASP.NET AJAX in your project when applying the suggested solutions? This should be sufficient to address the issue in question.
Best regards,
Sebastian
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Can you please verify that you are using the latest release 2008.3.1314 of RadControls for ASP.NET AJAX in your project when applying the suggested solutions? This should be sufficient to address the issue in question.
Best regards,
Sebastian
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Michael Nagy
Top achievements
Rank 2
answered on 06 Feb 2009, 02:58 PM
I am using Telerik.Web.UI 2008.2.723.35
0
Fernando
Top achievements
Rank 1
answered on 24 Sep 2015, 07:44 PM
Hello, in my case I have trouble with accents words eg : Peru (รบ) ... any suggestions?
0
Hi Fernando,
Generally, this requirement is not supported. Nevertheless, you can use the ItemCommand event handler provided by RadGrid to change the letters in the filter value:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/filtering/how-to/operate-with-the-filterexpression-manually
Hope this helps.
Regards,
Eyup
Telerik
Generally, this requirement is not supported. Nevertheless, you can use the ItemCommand event handler provided by RadGrid to change the letters in the filter value:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/filtering/how-to/operate-with-the-filterexpression-manually
Hope this helps.
Regards,
Eyup
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