Posted 21 Dec 2012 Link to this post
<
div
id
=
"splitter"
style
"min-height:700px"
>
class
"left-panel"
"width:100px"
"cashPanel"
></
</
"offsetPanel"
""
"premiumList"
"height:100%"
"searchPremMatchList"
$("#splitter").kendoSplitter({
orientation: "horizontal",
panes: [
{ collapsible: false, size: "250px" },
{ collapsible: false, size: "700px" },
{ collapsible: false }
]
});
Posted 24 Dec 2012 Link to this post
This problem is usually observed in partially updated solutions that use the Kendo scripts from the last release with old Kendo stylesheets. Updating all the Kendo files in the project should resolve it.