You can access this instance through the property called waitingIndicator of the DkGridComponent.
loadingIndicator()
It displays the Loading Indicator showing the current loading message.
Params: None. Return: void.
void
processingIndicator()
It displays the Processing Indicator showing the current process message. Params: None. Return: void.
customMessageIndicator()
It displays the Waiting Indicator showing the message it receives as an argument. Params: message: string. Return: void.
string
hideWaitingIndicator()
It hides any of the previous Waiting indicators. Params: None. Return: void.
Last updated 3 years ago