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

Disable case-sensitivity in grid filtering

2 Answers 745 Views
Grid
This is a migrated thread and some comments may be shown as answers.
FISCAL
Top achievements
Rank 1
FISCAL asked on 21 Jun 2010, 05:02 PM
HI

I have enabled context menu filtering on the grid - it works fine. The only concern is that it is case sensitive. For example if I have a condition like 
"Filter - StartsWith d" it returns nohing
typing "D" in upper case returns records

Is it possible to disable case sensitivity on filtering.

Many thanks 

MG

2 Answers, 1 is accepted

Sort by
0
Accepted
Elliott
Top achievements
Rank 2
answered on 21 Jun 2010, 10:49 PM
immediately below the <telerik:RadGrid...>
put one of these

<GroupingSettings CaseSensitive="false" />

did the trick for me

Marianne Seggerman
default to case-sensitive - why?



0
FISCAL
Top achievements
Rank 1
answered on 22 Jun 2010, 08:32 AM
Many thanks - it worked.

Cheers,
MG
Tags
Grid
Asked by
FISCAL
Top achievements
Rank 1
Answers by
Elliott
Top achievements
Rank 2
FISCAL
Top achievements
Rank 1
Share this question
or