Busy indicator

Hello.
Is there any standard capabilities of subject? I’d like to show some gif-animated indicator while grid awaiting ajax-data and hide it when the data is received.
I found no mentions in manuals((

You can use “onXLE” and “onXLS” events. Check example here dhtmlx.com/docs/products/dht … ation.html

ok, but how to do the same, if i create grid as
var mygrid = dhxLayout.cells(“a”).attachGrid();
?
i’d like to have indicator div in the same layout cell as grid.
if cell are resized by splitter, the indicator div must save its position.

i’d like to have indicator div in the same layout cell as grid.
You can use “onXLE” and “onXLS” events and show cells progress control. Please check example here dhtmlx.com/docs/products/dht … gress.html