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

Multiple filters with client data binding

2 Answers 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 2
Joe asked on 04 May 2010, 11:09 PM
Multiple filters works fine if the user sets them from the UI. I can't get more than 1 to work when initializing the filter from my javascript. It is a serious limitation.

I am doing the actual filtering in my web service. I just need for it to pass multiple filter expressions to my select method.

Any ideas?

Thanks,
Joe

2 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay Rusev
Telerik team
answered on 05 May 2010, 08:58 AM
Hello Joe,

Using client filter function will cause RadGrid to request data from your web service. In this case as filter expressions will be send all currently applied filter expression. Regardless whether you are using the UI or client API to filter RadGrid will accumulate the filter expressions.

Greetings,
Nikolay
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Joe
Top achievements
Rank 2
answered on 05 May 2010, 08:01 PM
Hi Nikolay,

You are correct. It works as you suggest. For some reason I was not able to get it working the other day but it is working now.

Thanks.
Tags
Grid
Asked by
Joe
Top achievements
Rank 2
Answers by
Nikolay Rusev
Telerik team
Joe
Top achievements
Rank 2
Share this question
or