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

How to change gridview upper case value filtering

2 Answers 376 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Priyal
Top achievements
Rank 1
Priyal asked on 12 Oct 2010, 04:00 PM
Hi,

I have a Radgrid with filters. it won't filter low case charactors even if I used Contains context filter. But If typed Upper case and low case charactors as exactly same as the data value then it filters data properly. I am really appreciated if someone can tell me how can I remove upper case filters and set Contains filter as default. Thank you.

Pri

2 Answers, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 13 Oct 2010, 04:01 PM
Hi Pri,

Please try setting the CaseSensitive property of RadGrid GroupingSettings to false and see if it help.

You can set "Contains" filter function to be default with this properties of the grid column:
AutoPostBackOnFilter="true" CurrentFilterFunction="Contains"

For more information please refer to the following live demo.

All the best,
Marin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
PINCO
Top achievements
Rank 1
answered on 28 May 2012, 05:37 AM
HY marin
Thanks For Help, I Used
            <GroupingSettings CaseSensitive="false"  />
to  Set CaseSensitive To Off.
Tags
Grid
Asked by
Priyal
Top achievements
Rank 1
Answers by
Marin
Telerik team
PINCO
Top achievements
Rank 1
Share this question
or