Hi,
Version: SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
I have a listgrid. I need to save the filter state and on drawing the listgrid again set the filter state to saved state.
But i need only the filters applied in filter editor not those that are set maunally using criteria.
getFilterEditorCriteria() gives the entire advanced criteria object. What can i use?
Also, do i need to call filterData for setting the criteria?
Version: SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
I have a listgrid. I need to save the filter state and on drawing the listgrid again set the filter state to saved state.
But i need only the filters applied in filter editor not those that are set maunally using criteria.
getFilterEditorCriteria() gives the entire advanced criteria object. What can i use?
Also, do i need to call filterData for setting the criteria?
Comment