Hello Will,
This behavior is caused because the splitter focuses the splitbar element in order to allow keyboard navigation. To disable this functionality, remove the mousedown handler of the splitbars:
$("[data-role=splitter]").children(".k-splitbar").off("mousedown.kendoSplitter");
Regards,
Alex Gyoshev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!