Hi,
We have implemented searching mechanism for RadGridView. It works fine when all the columns in Grid are of String type.
But in one of the grid I have Int columns.
I figured out the problem. Currently my FilterOperator is "FilterOperator.Contains" and then it throws error "The method or operation is not implemented." for int column. If I changed FilterOperator to IsEqualTo it works great. But why can't I have FilterOperator.Contains for Int as well? I wish if it could do that.
Regards
Sanket
We have implemented searching mechanism for RadGridView. It works fine when all the columns in Grid are of String type.
But in one of the grid I have Int columns.
I figured out the problem. Currently my FilterOperator is "FilterOperator.Contains" and then it throws error "The method or operation is not implemented." for int column. If I changed FilterOperator to IsEqualTo it works great. But why can't I have FilterOperator.Contains for Int as well? I wish if it could do that.
Regards
Sanket