Loading Box - How to remove?

Hi, I use the "SAVE" command to generate a excel file with the contents of my Grid.Web. When I click on it, then is generated a postback and the LoadingBox appears. When I am prompted to save the file, if I select to save it will proceed fine and the LoadingBox will be removed, but if I press CANCEL then the LoadingBox remains, and I have to click on it to disappear.

There is a way to remove it?

Thanks in advance.

Hi,

Please use:

GridWeb1.ShowLoading = false;

Thank you.