Solved
On button click need to visible grid container
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
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
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.