This is a migrated thread and some comments may be shown as answers.

Filtering custom object

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pether Wiklander
Top achievements
Rank 2
Pether Wiklander asked on 29 Oct 2008, 12:46 PM
Hi,

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

Sort by
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.

The following links shows implementation of custom column filtering:
Implementing filtering for template/custom columns
Filtering with MS DropDownList instead of textbox

Kind regards,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Pether Wiklander
Top achievements
Rank 2
Answers by
Nikolay Rusev
Telerik team
Share this question
or