Categories | Question details Back To List | ||
When grid loads, I want
to show text “Loading..” or some gif image (as indicator) until grid loads
completel... When grid loads, I want to show text “Loading..” or some gif image (as indicator) until grid loads completely. Can I do that? Answer posted on Mar 14, 2007 14:34 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)Answer posted by Nadine (Support) on Nov 27, 2014 18:22 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking tabbed javascript and framework app. |