user2776605
user2776605

Reputation: 3

Kendo ui grid , merged filtering

I am using Kendo ui Grid (from kendo web) with remote binding (asp.net).

I want to have filtering on some columns on server side, others client side.

i.e., I have columns order_id, user_name, amount`.

If a user applies filters on order_id or user_name - filtering was done on server side and if user applies filter on amount - filtering was done on client side.

Is there a way to handle this functionality?

Upvotes: 0

Views: 295

Answers (1)

Atanas Korchev
Atanas Korchev

Reputation: 30671

No, this isn't supported. If you enable server filtering it applies for all fields unconditionally.

Upvotes: 3

Related Questions