I have a RadGrid with Filters. The user can browse to another page (details page) from the page with the RadGrid. When the user returns I restore the filters to their state when the user browsed away. This is done via Session data.
The search criteria is restored along with the filter values. The data is read from the datbase and all is well except that the FILTERs were not honored.In other words, all records are displayed that meet the search criteria, but the filters are not applied.
I think I need to cause a filter event to fire, as if the user had clicked the filter ICON. How do I cause this to happen?
Thanks for your help.
The search criteria is restored along with the filter values. The data is read from the datbase and all is well except that the FILTERs were not honored.In other words, all records are displayed that meet the search criteria, but the filters are not applied.
I think I need to cause a filter event to fire, as if the user had clicked the filter ICON. How do I cause this to happen?
Thanks for your help.