So I've searched the forums down to page 7 .. sorry if I missed this being answered already.
I have a page in my app that I extended with a tabstrip. So far it it works - displaying what was formerly "there" in one of the tabs, second tab comes later.
My problem comes when dealing with the css surrounding tabstrips.
The tabstrip I first built shows the content that was already there - meaning 2 floated fieldsets containing a grid each. This seems to work "right out of the box" .. but when I look at my page in chrome (current version), I see a nice beautiful frame around the second tab (just a text replacement for the future content, which will also be 2 fieldsets containing a grid each).
Now my first tab shows only a small part of said "beautiful border". The border vanished as soon as I made those fieldsets float right next to each other (float: left; with a definded width). When I inspect the page with firebug or developer console the div created by tabstrip "ends" exactly where the fieldsets start (y-coordinate) hence the border is missing it seems.
Can you give me some hints how I can extend the div to surround the fieldsets (both have exactly the same height..) ?
I have a grid on my page with the first column locked. Unfortunately, the height of the locked column is often too short, depending on the exact width of the monitor. I say "exact width" because I mean that at 1607px then it shows the white space but not at 1606 or 1608, for example. I have included a screenshot below and circled the area I am referring to in green. In the screenshot there is only one record but it doesn't seem to matter how many records there are, the last one is cut off in the locked column. It appears the k-grid-content-locked div is getting a height of 18px dynamically applied to it when it should have a height of 35px;
How do I restrict the files I'm about to upload by Size and Type?
Ideally, that shall be done on the client side. Please provide a clear snippet.
We want to filter all grid columns by a single input-field. When we define the type of one column as number, the filter doesn't work.
http://dojo.telerik.com/@brandung/uTaGE/5
Hello Eveyone
Our company use Kendo Window to present content.
But the user keep Open and Close and Open....
It's cause the memory leak.
Is any way to slove this problem?
Thanks all.

function onSelectNode( e ){ var dataItem = this.dataItem( e.node ); dataItem.imageUrl = "someImage.png";]Hello,
I am wondering if there is UI kit for Adobe XD available for download.
Hi,
I need the legend to be scrollable because when there's too many items things begin to overlap.
Is there any way to make the legend scrollable.