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

Filter with pager

1 Answer 55 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nikolay
Top achievements
Rank 1
Nikolay asked on 23 Nov 2009, 01:39 PM
Hello!

In your example http://demos.telerik.com/silverlight/#GridView/DomainDataSource is an issue. When I am apply filter on one column (for example, "CompanyName contains 'b'"), then all is fine. But if i apply second filter (for example "Address contains '2'"), then filter applying on each page, and page numbers has increase. I mean, after this I have 3 items on first page, 4 on second, 1 on 3th etc. But at normal is must be 10 items per page. You can see it on your demo page I linked.

My question is: is it a DomainDataSource and FilterDescriptor bug, pager bug or radGridView bug? Or it is a by design?
If it's bug, how I can workaround this?

Thank you!

P.S. Sorry for my english.

UPDATE: I resolve this issue by setting LogicalOperator of FilterDescriptors to "And" from "Or".

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 26 Nov 2009, 09:51 AM
Hello Nikolay,

You are absolutely right. We will update our example.

Regards,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Nikolay
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or