Hi, I would like to know if the Telerik button support touch event?
I am trying to make an image button that I can use both with the mouse click and the touch end events.
The mouse click works well, but for the touch end I have no luck so far.
Help would be very welcomed.
this is what I have so far:
I am trying to make an image button that I can use both with the mouse click and the touch end events.
The mouse click works well, but for the touch end I have no luck so far.
Help would be very welcomed.
this is what I have so far:
<telerik:RadButton ID="RadButton2" runat="server" Width="32px" Height="32px" ToolTip="Home" style="cursor: pointer;" OnClientClicking="OnClientClicking" Text="" Enabled="true"> <Image ImageUrl="Images/Home-icon.png"/></telerik:RadButton>