DkGridWaitingIndicator
You can access this instance through the property called waitingIndicator of the DkGridComponent.
Methods
Method | Description |
---|---|
| It displays the Loading Indicator showing the current loading message.
Params: None.
Return: |
| It displays the Processing Indicator showing the current process message.
Params: None.
Return: |
| It displays the Waiting Indicator showing the message it receives as an argument.
Params: message: |
| It hides any of the previous Waiting indicators.
Params: None.
Return: |
Last updated