This question is locked. New answers and comments are not allowed.
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".
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".