Reset Grid Data Sort Order Setting
- Last UpdatedNov 15, 2023
- 1 minute read
If you want to reset the sort order setting of the Grid data, you can use the following example script with the On Click event of a Work Tasks control.
control.findByXmlNode("grid1").widgetProperties.notify = '{"Functionname":"RESETSORTORDER"}';