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
Solved! Go to Solution.
You can add a toggle when you click to set the button to 'Disabled' = True and use Service Execute Completed to reset it back.
You can add a toggle when you click to set the button to 'Disabled' = True and use Service Execute Completed to reset it back.
Hi @YK_9963948
If you feel the previous response answered your question, please mark it as the Accepted Solution for the benefit of others in the community.
Regards.
--Sharon