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

how to make grid filtering case insensitive

4 Answers 2928 Views
Input
This is a migrated thread and some comments may be shown as answers.
Harry
Top achievements
Rank 1
Harry asked on 15 Sep 2009, 05:42 AM
hello..we are using telerik trial version..how we can make grid filtering case insensitive

4 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 15 Sep 2009, 06:17 AM
Hi Harry,

Filtering in RadGrid is not case sensitive, however that is not the case when binding to an arraylist, for example. To make sure it does not depend on the case of the underlying datasource, try setting:

        <GroupingSettings CaseSensitive="false" />

-Shinu.
0
Harry
Top achievements
Rank 1
answered on 15 Sep 2009, 07:52 AM
thanks alot......
0
Josef Rogovsky
Top achievements
Rank 2
answered on 02 Mar 2017, 11:37 PM
Nice! This worked for me as well.
0
Eric
Top achievements
Rank 1
answered on 22 Jun 2017, 03:00 PM
How can I set the GroupSettings CaseSensitive setting from the code-behind?
Tags
Input
Asked by
Harry
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Harry
Top achievements
Rank 1
Josef Rogovsky
Top achievements
Rank 2
Eric
Top achievements
Rank 1
Share this question
or