Hi.
I have following problem:
I create page with:
1 Custom Filter
1 Query Source (associated with Custom Filter)
1 Basic Repeater (associated with Query Source)
2 Universal Pager (associated with Basic Repeater, Paging mode - PostBack)
Filter can sort result by date or salary, filtering by date and manage size of results items.
It all works, but when I turn to another page, using the Pager - filter stop working. Filter still correctly setted, but query source not use it. And if I set Paging mode - QueryString - filter reinitialised and reset, after any turn to other page.
I need, that filter can save their setting and query source use filter by turning. What can I do for it?