Hi
My users need the possibility to use wildcards in a filter expression: they want to enter "a%z" in the filterbox for a text-column and click on the "contains" function.
Unfortunatly the filtering fails in such a case: if EnableLinqExpression = true then the grid builds a filterexpression like ".contains('a%z')" but the resulting list is empty in every case. If EnableLinqExpression = false it builds an expression like "LIKE '%a%z%'" but behaves if there is no filter at all, even if other filters are set: all records are listed.
Any help for me?
thanks
Ralph
My users need the possibility to use wildcards in a filter expression: they want to enter "a%z" in the filterbox for a text-column and click on the "contains" function.
Unfortunatly the filtering fails in such a case: if EnableLinqExpression = true then the grid builds a filterexpression like ".contains('a%z')" but the resulting list is empty in every case. If EnableLinqExpression = false it builds an expression like "LIKE '%a%z%'" but behaves if there is no filter at all, even if other filters are set: all records are listed.
Any help for me?
thanks
Ralph