DoneTextTop
string DoneText
Get or set done text. This text will be shown when grid is done with loading data.
Show/Hide Code
<?php
$grid->Status->DoneText = "Finish";
?>
Supported from version: 1.0.0.0
LoadingTextTop
string LoadingText
Get or set loading text.
Show/Hide Code
<?php
$grid->Status->LoadingText = "Grid is loading data ...";
?>
Supported from version: 1.0.0.0