4 Answers, 1 is accepted
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.
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?