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

Filtering and CaseSensitive

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alexandre Lepage
Top achievements
Rank 1
Alexandre Lepage asked on 29 Jan 2009, 04:16 PM
Bonjour,

I have a grid set with option  grd.GroupingSettings.CaseSensitive = false;

Is it a bug or normal that equal A is != then a when CaseSensitive is false...
Contains work properly
Greater than work properly

Thanks!

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 29 Jan 2009, 07:08 PM
Hello Alexandre,

Another option (for NET 3.5 project) which can affect the 'case sensitive' behavior is the EnableLinqExpressions property. I suggest you try to set EnableLinqExpressions="false"  in the declaration of your RadGrid.

Let us know whether this helps.

Kind regards,
Daniel
the Telerik team

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