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

cut plus/minus icons

3 Answers 67 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
ido nahmias
Top achievements
Rank 1
ido nahmias asked on 14 Apr 2013, 08:13 AM
hi 
the plus/minus icons looks cuted in RTL mode, 
on all skins .

the file attached  is from http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/righttoleft/defaultcs.aspx


3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 16 Apr 2013, 08:30 AM
Hi Ido,

I tested the scenario that you describe and it seems that it occurs only in Chrome. Thank you for pointing this one. We will update our demo accordingly, so that the plus/minus sign appear as expected.

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
ido nahmias
Top achievements
Rank 1
answered on 13 Jun 2013, 05:25 AM
hi 
the problem is the control/ skin and not the demo 
i have problems in all controls . 

as a workaround i move the tree with padding/margin on every page .

is there a fix for that ?


0
Kate
Telerik team
answered on 17 Jun 2013, 09:46 AM
Hi Ido,

As a workaround you can use the following css class selector that will move the plus/minus signto the left so it can be visible:
:root div.RadTreeView_rtl .rtPlus,
 *:root div.RadTreeView_rtl .rtMinus {
        padding-left: 15px;
  }


Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TreeView
Asked by
ido nahmias
Top achievements
Rank 1
Answers by
Kate
Telerik team
ido nahmias
Top achievements
Rank 1
Share this question
or