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

Chrome only : Scrollbar to the right of Treeview

5 Answers 59 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 1
Keith asked on 06 Mar 2014, 11:01 AM
Hi all,

In Chrome, I am getting a scrollbar to the right of the Treeview (see attached image). 
When I expand the lowest child - the scrollbar disappears. This issue does not happen in IE

Thanks,
Keith. 

5 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 06 Mar 2014, 11:53 AM
Hello Keith,

We are not aware of such a problem. Is there any live URL that exhibits the described issue, so that we can investigate the cause?

Regards,
Dimo
Telerik

DevCraft Q1'14 is here! Join the free online conference to see how this release solves your top-5 .NET challenges. Reserve your seat now!

0
Keith
Top achievements
Rank 1
answered on 06 Mar 2014, 12:01 PM
Hi Dimo,

Thanks for the reply - No I'm afraid this code is local only (part of a proof of concept project).

Is there anything else I can provide you with??

Regards,
Keith.
0
Dimo
Telerik team
answered on 06 Mar 2014, 12:07 PM
Hi Keith,

You can send a simplified, but runnable project, or create a jsFiddle/jsBin demo.

Before that, you can try the following.

By default, the TreeView's outermost element (which has a .k-treeview CSS class) has an overflow:auto style applied. If you won't be needing TreeView scrolling, you can override this style:

#TreeViewID
{
   overflow: visible;
}

This should prevent the issue, although the exact cause will remain unknown.

Regards,
Dimo
Telerik

DevCraft Q1'14 is here! Join the free online conference to see how this release solves your top-5 .NET challenges. Reserve your seat now!

0
Keith
Top achievements
Rank 1
answered on 06 Mar 2014, 12:33 PM
Hi Dimo,

Yes that workaround, got rid of the issue. 
I can send you a live url, when I get the project to a live environment. 

Regards,
Keith
0
Keith
Top achievements
Rank 1
answered on 06 Mar 2014, 12:34 PM
I had a quick attempt at getting a JSFiddle working with little success :)
Tags
TreeView
Asked by
Keith
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Keith
Top achievements
Rank 1
Share this question
or