When grid loads, I want
to show text �Loading…� or some gif image (as indicator) until grid loads
completely. Can I do that?
There
are the setOnLoadingStart and setOnLoadingEnd methods which set functions
called before/after xml loading. You can attach any logic to them.
(see in documentation doc/alpha.html#api_a)