Currently I am using v2014.1.416.
I am binding mouseup event with below code.
$('#' + mainId + ' div.k-splitbar').live('mouseup', function(e){
setTimeout(function () {
if ((typeof ($fujicracommon) != "undefined") && ($fujicracommon != null)) {
$fujicracommon.handleVesselResize();
}
}, 200);
});
For technical questions or issue reports you can use our support channels at telerik.com. Thank you for your understanding.