I did not remove the 300px height.
My configuration looks like this:
$(".dashboard").kendoSplitter({
panes: [
{
size: "208px"
},
{
size: "136px"
},
{
size: "136px"
}],
orientation: "vertical"
});
The problem is that my panes are taller than 300px. I want the Splitter to honor the height the of its contents.
Regards,
Gary