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

radtreeview hover state on rtPlus and rtMinus

3 Answers 121 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jakob de Zwart
Top achievements
Rank 1
Jakob de Zwart asked on 15 Oct 2009, 05:38 AM
hi all,

having an issue with teh hover state of both these classes rtPlus and rtMinus.

The graphic PlusMinus.gif disappears on mouseover events..

using Telerik.Web.UI.dll ver v2.0.50727 andI have set the following on my radtreeview

<Telerik:RadTreeView ID="RadTreeView2" runat="server" Visible="true" Runat="server" Skin="Default" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="true" EnableEmbeddedScripts="true"></Telerik:RadTreeView> 

many thanks


3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 15 Oct 2009, 12:24 PM
Hello Jakob,

Can you post the real version of your RadControls for ASP.NET AJAX? It can be found for instance by opening Telerik.Web.UI.dll file properties in Windows Explorer and navigating to the Details page. My best guess is that you upgraded from Q3 2008 or earlier to one of this year's releases?

Best wishes,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Jakob de Zwart
Top achievements
Rank 1
answered on 15 Oct 2009, 10:29 PM
Hi Kamen,

the file version is 2009.1.402.35



0
Kamen Bundev
Telerik team
answered on 21 Oct 2009, 11:24 AM
Hi Jakob,

These CSS rules should be enough to fix your problem:
div.RadTreeView .rtPlus,
div.RadTreeView .rtPlus:hover
{
    background-position: 0 0;
}
div.RadTreeView .rtMinus,
div.RadTreeView .rtMinus:hover
{
    background-position: 0 -11px;
}

Let me know how it goes.

Regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TreeView
Asked by
Jakob de Zwart
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Jakob de Zwart
Top achievements
Rank 1
Share this question
or