Version: v12.1p_2021-07-21/Enterprise Deployment
Browser: Chrome(latest)
Is there currently a way to intercept an event from when a user clicks the 'Clear Filter' MenuItem from the context menu of the filter button in the top right of a ListGrid? (Please see attached image). Additionally, is there currently a way to programmatically set a column's filter type? We have attempted to use setFilterOperator method for the columns respective ListGridField, but it did not seem to take affect after the grid has loaded. The following showcase can be used to look at these functionalities: https://www.smartclient.com/smartgwt...tfilter_filter
Our end goal with this request is to set the filter operators back to default after a user uses the clear filter button in the grid.
Thank you for your time.
Browser: Chrome(latest)
Is there currently a way to intercept an event from when a user clicks the 'Clear Filter' MenuItem from the context menu of the filter button in the top right of a ListGrid? (Please see attached image). Additionally, is there currently a way to programmatically set a column's filter type? We have attempted to use setFilterOperator method for the columns respective ListGridField, but it did not seem to take affect after the grid has loaded. The following showcase can be used to look at these functionalities: https://www.smartclient.com/smartgwt...tfilter_filter
Our end goal with this request is to set the filter operators back to default after a user uses the clear filter button in the grid.
Thank you for your time.
Comment