Style touch-action set as none by Kendo, which was causing issue.
As an workaround added below code in document ready...
$(".k-selectable").css("touch-action", "auto");
This solved my issue.
Sharing this to save someone time probably.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more