Hi Telerik,
I would like to have an explanation. I am creating a number pad that works as the number pad of keyboard. when user press on number pad (touch screen), the value that pressed will be scattered to the textbox
example: number pad '1' is pressed then textbox = 1 and next, number pad '2' is pressed then textbox = 12
The Problem is when i press '1' twice and it within a second (fast) then in textbox only have one '1'. But if i am using microsoft button then in then textbox i have two '1'. Wy it is so? Is it because the respond of telerik rad button is slower? because when i pressed slower then in the textbox will have two '1'.
I would like to have an explanation. I am creating a number pad that works as the number pad of keyboard. when user press on number pad (touch screen), the value that pressed will be scattered to the textbox
example: number pad '1' is pressed then textbox = 1 and next, number pad '2' is pressed then textbox = 12
The Problem is when i press '1' twice and it within a second (fast) then in textbox only have one '1'. But if i am using microsoft button then in then textbox i have two '1'. Wy it is so? Is it because the respond of telerik rad button is slower? because when i pressed slower then in the textbox will have two '1'.