This is a migrated thread and some comments may be shown as answers.

Loading message no longer displayed

2 Answers 55 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 19 May 2009, 02:01 PM
Hi,

We are using our own custom skin for the Telerik Treeview which was intially based on one of the Telerik skins.
We were 2 releases behind and decided to upgrade to the latest release, after many hours of changing all the CSS for pretty much all the Telerik controls we are almost back to our initial look and feel.
When expanding nodes that are loaded via a webservice, the treeview used to display "Loading.." in front of the node text. Since upgrading the "Loading.." no longer appears but instead we have a loading image.
Please can someone tell me how to remove the image and display the "Loading.." text like I had it before the upgrade.

Many thanks
Antony

2 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 20 May 2009, 11:17 AM
Hi Antony,

Please add the following css styles to your page in order to allow "Loading.." message to appear:

 <style type="text/css">  
        div.RadTreeView .rtLoadingBefore,   
        div.RadTreeView .rtLoadingAfter {  
            background:transparent;  
            displayinline;  
            font-size:12px;  
            height:auto;  
            overflowvisible;  
            text-indent0px;  
            vertical-alignbaselinebaseline;  
            widthauto;  
            color#000;  
    </style> 


Best wishes,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Antony
Top achievements
Rank 1
answered on 21 May 2009, 08:28 AM

Hi Yana,

 

Many thanks for your reply, the only amendments I needed to make was to add the !important attribute to each setting inorder to override the default values set in the base stylesheet.

 

Thanks

Antony

Tags
TreeView
Asked by
Antony
Top achievements
Rank 1
Answers by
Yana
Telerik team
Antony
Top achievements
Rank 1
Share this question
or