Hi i'm trying to insert a loading Image instead of just plain text for my TreeView LoadinStatusTemplate. The image shows but doesn't animate like it normally would in a browser window. Has anyone tried this and got it to work?
| <telerik:RadTreeView ID="RadTreeView1" runat="server" |
| style="height:expression((document.documentElement.offsetHeight - 20).toString() +'px');overflow:auto" |
| CausesValidation="false" |
| OnClientNodeClicking="onNodeClicking"> |
| <CollapseAnimation Type="none" /> |
| <ExpandAnimation Type="none"/> |
| <LoadingStatusTemplate> |
| <img id="load" runat="server" src="/sims/Skins/Default/Ajax/loading4.gif" /> |
| </LoadingStatusTemplate> |
| </telerik:RadTreeView> |