Hi -
I'm using the RadTreeView and I'm loading on demand using a web service. All works fine, but the image that appears once the service call has been placed does not appear. I have the Treeview1.LoadingStatusPosition set to "AfterNodeText". When I click on a node, I see the node "shift" as if it's going to show the loading status icon/image/gif. But this icon/image/gif is NOT visible. Once the service call is complete then this "shift" is undone and the results are properly displayed.
It seems obvious that the white space I'm seeing is the Loading status image. I just can't see it... it expands when it's supposed to and it collapses when it's supposed to.... I just can't see it.
How can I get this icon/image/gif to be visible again? Can something be done either using a stylesheet or page level style. I thought I might even try changing the image itself to something more consistent with my site.
Thanks in advance for any help!
FWIW... the Node.Text can be very long and may wrap. Also, The TreeView is on a RadAjaxPanel that uses a RadAjaxLoadingPanel.
I'm using the RadTreeView and I'm loading on demand using a web service. All works fine, but the image that appears once the service call has been placed does not appear. I have the Treeview1.LoadingStatusPosition set to "AfterNodeText". When I click on a node, I see the node "shift" as if it's going to show the loading status icon/image/gif. But this icon/image/gif is NOT visible. Once the service call is complete then this "shift" is undone and the results are properly displayed.
It seems obvious that the white space I'm seeing is the Loading status image. I just can't see it... it expands when it's supposed to and it collapses when it's supposed to.... I just can't see it.
How can I get this icon/image/gif to be visible again? Can something be done either using a stylesheet or page level style. I thought I might even try changing the image itself to something more consistent with my site.
Thanks in advance for any help!
FWIW... the Node.Text can be very long and may wrap. Also, The TreeView is on a RadAjaxPanel that uses a RadAjaxLoadingPanel.