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
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.