Jon Stromer-Galley
Top achievements
Rank 1
Jon Stromer-Galley
asked on 20 May 2008, 03:35 PM
Hi,
When the WebBlue skin is applied to a tree view, unneeded vertical lines drop down from nodes where missing siblings might have been.
If you select the WebBlue skin on your demo site you can see the problem
http://www.telerik.com/DEMOS/ASPNET/Prometheus/TreeView/Examples/Appearance/Skinning/DefaultCS.aspx
When the WebBlue skin is applied to a tree view, unneeded vertical lines drop down from nodes where missing siblings might have been.
If you select the WebBlue skin on your demo site you can see the problem
http://www.telerik.com/DEMOS/ASPNET/Prometheus/TreeView/Examples/Appearance/Skinning/DefaultCS.aspx
4 Answers, 1 is accepted
0
Hello Jon Stromer-Galley,
Thank you for your feedback; the WebBlue skin has been updated.
You can use the following CSS to work-around the problem:
All the best,
Alex
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Thank you for your feedback; the WebBlue skin has been updated.
You can use the following CSS to work-around the problem:
| div.RadTreeView_WebBlue .rtLines .rtLast .rtUL |
| { |
| background: none; |
| } |
All the best,
Alex
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
martin
Top achievements
Rank 1
answered on 12 Jun 2008, 10:53 AM
Hi,
This doesn't seems work for me
grtz,
martin
This doesn't seems work for me
grtz,
martin
0
Hi martin,
This is rather strange - I couldn't reproduce further problems locally after the CSS has been overridden.
Nevertheless, I'm attaching the modified version of the RadTreeView / WebBlue skin to this post - you could try adding it as an external one (and disabling the embedded skins).
Regards,
Alex
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
This is rather strange - I couldn't reproduce further problems locally after the CSS has been overridden.
Nevertheless, I'm attaching the modified version of the RadTreeView / WebBlue skin to this post - you could try adding it as an external one (and disabling the embedded skins).
Regards,
Alex
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
martin
Top achievements
Rank 1
answered on 16 Jun 2008, 12:26 PM
Thank you,
Everything looks fine now.
Regards
Martin
Everything looks fine now.
Regards
Martin