Skip to main content
9-Granite
October 18, 2024
Solved

On button click need to visible grid container

  • October 18, 2024
  • 1 reply
  • 1238 views

Hi team,

 

On clicking of button I want to visible grid. How can I do it in thingworx by using expression or validator?

 

Please let me know step by step.

 

 

Thank you

Best answer by javed_a

Yes, you can. You may follow below steps:

1. Default visible property of grid, set it as False.

2. Create an Expression Output = true (Data change  - Always & output type Boolean); evaluate it on button click.

3. Bind Output of expression to grid visible property.

 

1 reply

javed_a13-AquamarineAnswer
13-Aquamarine
October 18, 2024

Yes, you can. You may follow below steps:

1. Default visible property of grid, set it as False.

2. Create an Expression Output = true (Data change  - Always & output type Boolean); evaluate it on button click.

3. Bind Output of expression to grid visible property.

 

9-Granite
October 21, 2024

Thank you @javed_a