Clear Data Filters
- Last UpdatedNov 15, 2023
- 1 minute read
If you want to clear the currently selected data filter, you can use the following example script with the On Click event of a Work Task control, together with the widget's Notify property .
control.findByXmlNode("grid1").widgetProperties.notify = '{"Functionname":"CLEARFILTER"}';