Declined
Last Updated: 20 Nov 2014 20:38 by ADMIN
Imported User
Created on: 27 Aug 2014 15:59
Category: Kendo UI for jQuery
Type: Feature Request
1
mouseup event not firing for kendo ui splitbar. Please let me know if this is fixed in some version or what is the work around.
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);
        });
1 comment
ADMIN
Telerik Admin
Posted on: 27 Aug 2014 16:08
For technical questions or issue reports you can use our support channels at telerik.com. Thank you for your understanding.