This is a migrated thread and some comments may be shown as answers.

Problem with Select on Touchscreen

1 Answer 123 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Johann
Top achievements
Rank 1
Johann asked on 04 Apr 2012, 07:54 AM
Hi,

i have a problem with a modal window that i opened with ShowDialog().

In this Window there are two Buttons and one Radgridview.
When i click with Mouse on a Button or a Row in the Gridview the Events are fired instantly on the first Click.
The Problem is now, that the application controlled only by Touchscreen. For this i have added the Event Touch_Up for the Buttons.
Now whe i Touch the Buttons the Event Touch_up fired instantly and correct.

When i Click with the Mouse on a Row in the Gridview, the Selected_Changed Event fired correct at the first Click.
When i Touch on a Row directly after Show the Modal Window i have to Touch two times on a Row before fired the Selection_Changed Event. That is my Problem. How can i make sure that the selected_Changed Event fired on the first Touch after show the modal 
window??

Sorry for my bad English

greetings

Johann

 

1 Answer, 1 is accepted

Sort by
0
Vera
Telerik team
answered on 04 Apr 2012, 04:36 PM
Hi Johann,

 
We tested your scenario with our Q1 SP1 2012 but we were not able to reproduce the described issue. The Selection_Changed event is always fired when a row is selected right after the modal window shows. Will it be possible to open a support ticket and to send a simple runnable project demonstrating the problem? We will debug it on our side in order to provide you with further assistance. May I also ask you to specify the version of the controls you are using?

Looking forward to hearing from you.

Greetings,
Vera
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Johann
Top achievements
Rank 1
Answers by
Vera
Telerik team
Share this question
or