Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.