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.
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
0
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
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.
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
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:
This should prevent the issue, although the exact cause will remain unknown.
Regards,
Dimo
Telerik
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
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 :)