Disable mobile textbox popup while taping on a textbox
        Posted  
        
            by 
                Vishal Suthar
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vishal Suthar
        
        
        
        Published on 2013-07-03T05:03:00Z
        Indexed on 
            2013/07/03
            5:05 UTC
        
        
        Read the original article
        Hit count: 226
        
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.
© Stack Overflow or respective owner