Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.