Just started using Kendo UI Web v2012.2.710 and when you move the splitter it selects text in either the left or right pane. I don't know what's causing this. I don't see this happening in the demo. Is there some option I need to send the API?
$("#menuSplitter").kendoSplitter({
orientation: "horizontal",
panes: [
{ collapsible: false, size: "24%", resizable: true },
{ collapsible: false, resizable: true }
]
});
$("#menuSplitter").kendoSplitter({
orientation: "horizontal",
panes: [
{ collapsible: false, size: "24%", resizable: true },
{ collapsible: false, resizable: true }
]
});