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

How can filtering ignore case?

4 Answers 202 Views
Grid
This is a migrated thread and some comments may be shown as answers.
wedrown
Top achievements
Rank 1
wedrown asked on 05 May 2008, 01:29 PM
In the Rad Controls Prometheus, filtering textual data with the 'Contains' menu option matched the filtering item without concern for the case of the text.  This is no longer true with the new RadControls for ASPNET AJAX Q1 2008.

For example, in a column of textual data that contains the names of cities, the previous version (Prometheus) would find 'Chicago' entered in any case or mixture of cases: 'chic', 'CHIC', 'Chic'.  Now, the Q1 2008 controls requires the user to key the exact case match as the data that they are searching for--filtering will fail if the user types, 'CHIC' or 'chic'.  In this case, the use must filter on 'Chic'.

How can I get the new RadGrid to ignore case when filtering textual data?

Thank You,

David Nowak.

4 Answers, 1 is accepted

Sort by
0
Kiara
Top achievements
Rank 1
answered on 05 May 2008, 03:04 PM
David, do you use the NET 3.5 build of the grid? If so, check whether setting the EnableLinqExpressions property of the control to false fixes the problem. I found that it helps in one of my pages when using custom filtering criteria.

Kiara
0
wedrown
Top achievements
Rank 1
answered on 05 May 2008, 03:18 PM
Kiara,

Thank you--this indeed did work.  I'm not thrilled that I will have to make this change to every instance of the grid that I have used throughout my application--but at least it works.

Again, thank you,

David.
0
Ted
Top achievements
Rank 1
answered on 11 Jun 2008, 01:08 PM
Setting this value to false did not fix my problem.  I am using a hotfix version 

Telerik.Web.UI_2008_1_606_dev_hotfix

Any other thoughts on ways to get the grid filter to ignore case?

0
Sebastian
Telerik team
answered on 11 Jun 2008, 02:06 PM
Hi Ted,

Can you please verify that you followed the upgrade instructions from this KB article on our site? Generally, the hotfix build you applied should work in the same way as the latest official version 2008.1.515 of RadGrid for ASP.NET AJAX.

If the issue persists, please isolate a small working version of your project and send it enclosed to a formal support ticket. I will test it locally and will get back to you with my findings.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
wedrown
Top achievements
Rank 1
Answers by
Kiara
Top achievements
Rank 1
wedrown
Top achievements
Rank 1
Ted
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or