Hi
In following example I am simulating (via timeout) the time my DB needs to collect the data I want to feed to the kendo grid.
http://dojo.telerik.com/aviLI
The datasource gets a variable filled with the data like this
datasource: { data: data }
This "data" item is filled with the data from my DB.
I want to draw the grid on the page and show a loading indicator until the data array has been filled (simulated by the timeout).
How could I go about this?
Many thanks