I have a RadGrid which I bind it to a table of dataset. All the filters work apart from BETWEEN which I get the following error:
"Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Operator '>=' incompatible with operand types 'Object' and 'Double'"
This error happens for all the data tyeps. Does anybody know what is the problem? Thanks for your help.
"Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Operator '>=' incompatible with operand types 'Object' and 'Double'"
This error happens for all the data tyeps. Does anybody know what is the problem? Thanks for your help.