I'm trying to implement filtering in my custom template column. But when I try to filter I get:
Operator '=' incompatible with operand types 'ObjectID' and 'String'
ObjectID is our own data type. Is it possible to change our data type so that I don't get this error?
// Pether
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 03 Nov 2008, 08:56 AM
Hello Pether,
I am afraid I cannot say for certain what is the exact reason for the issue you are facing. I assume somewhere in your custom filtering column you are trying to compare object with string and it fails.