Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.