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

Filter_Functions

1 Answer 61 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Sertac
Top achievements
Rank 1
Sertac asked on 20 May 2011, 01:02 PM
Hi,

 <telerik:GridBoundColumn DataField="category_name" HeaderText="Kategori" FilterControlWidth="100px"  AutoPostBackOnFilter="true"  ShowFilterIcon="false" CurrentFilterFunction="Contains" SortExpression="category_name"
                        DataType="System.String">


CurrentFilterFunction is  case sensetive, For example, I want to find  AHMET. When I wrote ahmet, it gave "No records to display."
But there  was AHMET  in the record. I tied other founctions like contains, staerwith... etc. But I didn't find helpful function. Can yqu help me?

Thank you.



1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 May 2011, 01:49 PM
Hello Sertac,

Please try setting RadGrid1.GroupingSettings.CaseSensitive to false.
Hope it helps.

Thanks,
Priny.
Tags
Filter
Asked by
Sertac
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or