Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi,
Want to achieve something as below,
Sor far, I have created
and able to see with grid. on "Mashup"
Now, I want to show results in grid only, but when button has been clicked on Mashup.
Please guide me on this.
Regards,
Mahesh
Bind Button Click event to the Service which queries SQL. And unbind Mashup Loaded event from the service.
Plus you can create a simple switching function which returns a boolean and bind that result to visibility property of Grid widget.