Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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
Solved! Go to Solution.
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.
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.