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

double click impementation

1 Answer 41 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dudy
Top achievements
Rank 1
Dudy asked on 02 May 2012, 01:10 PM
hi ,
is there double click event on this component

1 Answer, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 03 May 2012, 01:36 PM
Hi Dudy,

Depending on the platform version you are using, there are a couple of ways to do this. In Silverlight 5, you can use the Click Count property in the Mouse event args to determine whether the click is a single, double, triple, etc.

In Silverlight 4 however you will have to implement your own logic to determine when a double click has occurred for the GridView. 

You can also look into our online example about click events in the GridView.

Hope this helps! 

Regards,
Nik
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Dudy
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or