Disable button while data is being loaded in grid widget.
Hello,
I have a mashup with a search button and a grid widget, after clicking search button it executes a service which loads the data in grid. now I need to disable the search button while data is being loaded on the grid to avoid the multiple execution on the service as it takes some time to fetch the data from Database.
Thanks

