Grid loading status

I have a huge dataset and as such it takes few seconds to load.
Is there a way to display something like an hour glass or progress circle or grid loading status indicator, while the grid is been rendered on the page?

Thanks

Please, try to use any performance increasing technique at first:
docs.dhtmlx.com/doku.php?id=dhtm … techniques

You may add the loading notification accordingly to the following example:
dhtmlx.com/docs/products/dht … ation.html

Also you may try to place the grid in the layout’s cell and use the cell progress sontrol of dhtmlxLayout:
dhtmlx.com/docs/products/dht … gress.html