cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Disable button while data is being loaded in grid widget.

YK_9963948
5-Regular Member

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 

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:YK_9963948)

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

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:YK_9963948)

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

slangley
23-Emerald II
(To:YK_9963948)

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

Top Tags