Select tabs using right click in Kendo Tabstrip -
i need select tabs in kendo tabstrip (see demo here) using right click in addition left click. possible?
this script work,
$('#tabstrip [role="tab"]').bind("contextmenu",function(e){ $('#tabstrip').getkendotabstrip().select($(this)); return false; });
Comments
Post a Comment