Skip to main content
5-Regular Member
July 8, 2021
Solved

Disable button while data is being loaded in grid widget.

  • July 8, 2021
  • 2 replies
  • 1181 views

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 

Best answer by PaiChung

You can add a toggle when you click to set the button to 'Disabled' = True and use Service Execute Completed to reset it back.

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
July 12, 2021

You can add a toggle when you click to set the button to 'Disabled' = True and use Service Execute Completed to reset it back.

Community Manager
July 15, 2021

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