Disable mobile textbox popup while taping on a textbox
- by Vishal Suthar
I have used Kendo UI Multiselect control and it is working fine.
But I have one issue now that if I tap on a textbox for selecting different values then the default mobile textbox popup window come up which I want to prevent.
I tried Readonly="true" but that will simply disable the function and not able to select any values from that.
So I want to prevent this input window when I click on a textbox.