Hi,
Column filters work in the client side, because of that, when you apply a filter to a column, the grid doesn't page well, it doesn't reduce the number of pages according to the number of result.
I saw at http://demos.telerik.com/silverlight/#GridView/DomainDataSource an example of code that "copy" all the filter you do in the columns(client side) of the grid to the domain data source throght the filter descriptor collection (server side) but, with that example, filtering over one column it work well, but when you combine other column it doesn't. Why does this example work well when you filter on two column?
Thanks in advance.
Column filters work in the client side, because of that, when you apply a filter to a column, the grid doesn't page well, it doesn't reduce the number of pages according to the number of result.
I saw at http://demos.telerik.com/silverlight/#GridView/DomainDataSource an example of code that "copy" all the filter you do in the columns(client side) of the grid to the domain data source throght the filter descriptor collection (server side) but, with that example, filtering over one column it work well, but when you combine other column it doesn't. Why does this example work well when you filter on two column?
Thanks in advance.