Exists the possibility to use the DoubleClick event in the item of the list? How?
Thanks..!!!
3 Answers, 1 is accepted
0
Kiril Stanoev
Telerik team
answered on 20 May 2010, 02:30 PM
Hi Jean Michel,
Silverlight does not support double-click out of the box. You will have to implement it yourself. Here is a nice article explaining how it can be done.
Sincerely yours,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
I implemented the example and functioned correctly, but double click does not function when it is executed in the components of telerik. It only functions for the right button.
0
Miroslav
Telerik team
answered on 26 May 2010, 05:18 PM
Hello jean michel,
We handle the MouseUp / Down events in most of the controls if they result in some kind of state change.
You can handle handled events by registering for them by using the
framewoekElement.AddHandler(...)
method which has an overload that can specify that handled events should be handled as well.
Hopefully this will help you,
Miroslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.