Shows a waiting image while an operation is happening in the background.
HTML id attribute of the control
Automatically show this control whenever an Ajax call is in place.
Change the location of the waiting image.
Id of another control or div to contain the waiting block to. This allows only part of a page to be waiting.
Show the waiting. $('#Waiting').show();
Show the waiting. $('#Waiting').hide();
Resize the waiting to a particular element that has been identified with the target-id. $('#WaitingMyGrid').SiWaitingShow()
If doOnAjaxCalls is true then this will automatically show on every javascript ajax call. Otherwise custom Javascript is required to show and hide the image by using the id field.
<waiting id="WaitingMyGrid" target-id="MyGrid"></waiting>$('#WaitingMyGrid').SiWaitingShow();