hi ,
is there double click event on this component
1 Answer, 1 is accepted
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 >>