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

Operators for filter

1 Answer 94 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Aron
Top achievements
Rank 1
Aron asked on 06 Oct 2015, 11:44 AM

 Hello again. What operators are available for the filters? so far i know of eq and neq. Are there any other?

var filter = {
    logic: logic1,
    filters: $.map(selectedObj, function (value) {
        return {
            operator: "eq",
            field: "RoomId",
            value: value
        };
    })
};

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 08 Oct 2015, 09:33 AM
Hello Aron,

Supported filter operators are listed in the dataSource API:

Regards,
Vladimir Iliev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
Aron
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or