When a treeview is first rendered is displays an animation indicating data is being loaded. I ahve a treeview that initially doesn't contain data, and only shows data after a user has entered a search.
I can refresh the treeview using $("#treeview").data("kendoTreeView").dataSource.read(); but no animation is shown. I would have thought it would have been logical to show an animation as default behaviour, matching the grid and other controls.
How can I enable the animation on this call please?