cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

On button click need to visible grid container

NP_10149671
9-Granite

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

ACCEPTED SOLUTION

Accepted Solutions

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.

 

Regards,
Javed Akhtar

View solution in original post

2 REPLIES 2

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.

 

Regards,
Javed Akhtar

Thank you @javed_a 

Announcements


Top Tags