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

Disable case sensitivity in Grid Filtering

2 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 25 Sep 2008, 09:43 AM
Is there a way to cancel case sensitivity in Grid Filtering.

I need to be able to get the same result for Laura or laura search for example.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Sep 2008, 10:35 AM
Hello Joseph,

Try setting the EnableLinqExpressions property of the grid to false in combination with <GroupingSettings CaseSensitive="false" />  and see if it helps.
You can also go through the following forum link which discusses a similar scenario
Filter is case-sensitive

Princy
0
Joseph
Top achievements
Rank 1
answered on 25 Sep 2008, 12:16 PM
Excellent!

Thanks for the help Princy.
Tags
Grid
Asked by
Joseph
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Joseph
Top achievements
Rank 1
Share this question
or