I have the following requirements:
- Access the filter expression on the client.
- Save the filter expression to database using AJAX.
- Get filter expression from database using AJAX.
- Apply saved filter expression to filter.
I know I can do steps 2 and 3, if I can do step 1. Can I do steps 1 and 4? If so, can you please provide examples?
John