Hello!
I ran into a weird problem. When I try to get the value of CurrentFilterFunction in NeedDataSource handler, it returns the value from a previous postback, but not the current selection. CurrentFilterValue returns current value fine though.
I'm trying to reduce the number of records in the data source bind to the grid according to the filter settings chosen by a user. Any ideas how to achieve it the best way?
Thanks!
I ran into a weird problem. When I try to get the value of CurrentFilterFunction in NeedDataSource handler, it returns the value from a previous postback, but not the current selection. CurrentFilterValue returns current value fine though.
I'm trying to reduce the number of records in the data source bind to the grid according to the filter settings chosen by a user. Any ideas how to achieve it the best way?
Thanks!