This question is locked. New answers and comments are not allowed.
Hi there,
I am building a PanelBar with a TreeView inside each PanelBarItem, using code behind in a custom class.
It all works fine, except when I set the Url property for a TreeViewItem, css styles of the TreeView seem to mess up (both in IE8 and FF6) - see attached image.
I can see that in your telerik.common.min.css, the style below is responsible for the wide left margin, however it does not account for the rest of the messed up layout - am I doing something wrong, or is this a "css bug"?
I am building a PanelBar with a TreeView inside each PanelBarItem, using code behind in a custom class.
It all works fine, except when I set the Url property for a TreeViewItem, css styles of the TreeView seem to mess up (both in IE8 and FF6) - see attached image.
I can see that in your telerik.common.min.css, the style below is responsible for the wide left margin, however it does not account for the rest of the messed up layout - am I doing something wrong, or is this a "css bug"?
.t-panelbar .t-group .t-group .t-link{padding-left:2em}