Skip to main content
13-Aquamarine
June 5, 2023
Solved

How to clear the grid by clicking button in thingworx.

  • June 5, 2023
  • 1 reply
  • 907 views

How to clear the grid by clicking the button in thingworx.

How to clear the grid by clicking button in thingworx.How to clear the grid by clicking button in thingworx. 

 

 

Best answer by CharlesJi

Hi @Hrishabh.Sharma 

I think you may add a parameter to your data source service of the Grid. Then by clicking the button, the parameter changes so that the data source service can return an empty infotable to your Grid, which could be regarded as "a clear" operation to the Grid.

1 reply

CharlesJi16-PearlAnswer
16-Pearl
June 6, 2023

Hi @Hrishabh.Sharma 

I think you may add a parameter to your data source service of the Grid. Then by clicking the button, the parameter changes so that the data source service can return an empty infotable to your Grid, which could be regarded as "a clear" operation to the Grid.