пятница, 15 февраля 2013 г.

Text breaks in Kendo TreeView

I had a TreeView with long names and I found problem with showing lines inside those. For resolving I may just rewrite k-in css. Like here.

<style>
    .k-in
    {
        white-space:normal;
    }
</style>