Hi,
I have a standard grid and when the EnableLinqExpressions is not set on the grid (ie is True I think) the grid won't find values properly. Ie say that there are two rows in the grid and in the filtered column there are values of Abb in the first row and Cdd in the second row. If I enter a as the filter the Abb row isn't found. If I enter A then the row is found. When I set EnableLinqExpressions to false the filter works properly.
Is there a case option on the filter when EnableLinqExpressions = True?
I assume that as EnableLinqExpressions is true by default is there some performance benefit to it?
Regards,
Jon
I have a standard grid and when the EnableLinqExpressions is not set on the grid (ie is True I think) the grid won't find values properly. Ie say that there are two rows in the grid and in the filtered column there are values of Abb in the first row and Cdd in the second row. If I enter a as the filter the Abb row isn't found. If I enter A then the row is found. When I set EnableLinqExpressions to false the filter works properly.
Is there a case option on the filter when EnableLinqExpressions = True?
I assume that as EnableLinqExpressions is true by default is there some performance benefit to it?
Regards,
Jon