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

Case insensivity not working for "equal to" filter function

3 Answers 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nilanjan
Top achievements
Rank 1
Nilanjan asked on 15 Dec 2008, 09:32 AM
I am using the filter functionality of rad grid. I have made the filter case insensitive by adding following line in aspx page:-

<

GroupingSettings CaseSensitive="false" />

The filter is not case sensitive for every function in filter menu option like :- starts with, ends with, contains, etc.

However the filter is happening case sensitive just for the "equal to"  filter option.
Any idea why this is so? Is this intentional?
Waiting for your advice.......

 

3 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 17 Dec 2008, 03:02 PM
Hello Nilanjan,

Unfortunately this is known issue and our developers are aware of this. Fix will be provided for next release of RadControls for ASP.NET AJAX.
At this time I can suggest you to set EnableLinqExpressions to false. And this should solve the issue.

I hope this helps.

Best wishes,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Nilanjan
Top achievements
Rank 1
answered on 18 Dec 2008, 02:39 PM
Yes, that solved it but is there any side effect of this, that i may not be aware of.
Your advice would highly appreciated.
0
Sebastian
Telerik team
answered on 18 Dec 2008, 03:29 PM
Hi Nilanjan,

This property controls whether the grid will use LINQ expressions internally for server-side operations or not. You should not experience side effects when switching it to false.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Nilanjan
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Nilanjan
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or