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

[Q3 2009 SP1] Doucle click event on gridcell is raised more than 1 time...

1 Answer 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas LEBRUN
Top achievements
Rank 1
Thomas LEBRUN asked on 18 Dec 2009, 10:56 AM
Hi,

On my grid, I'm trying to implement double clic on cells. I've tried all the methods I've found on the forums:
http://www.telerik.com/community/forums/silverlight/gridview/mousedoubleclick-isn-t-working-in-beta-3-release-15-10.aspx
http://www.telerik.com/community/forums/silverlight/gridview/doubleclick-support.aspx
http://www.telerik.com/community/forums/silverlight/gridview/radgridview-mouse-event-handling-and-performance-issues-in-q3-2009.aspx

But every time, i encoutered the same issue: when I scroll (using the mousewheel) to hide the row I've previously double clicked and I when I double clicked on a new row, the event is raised more than 1 time...

Any ideas ?


Thanks !

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 23 Dec 2009, 01:21 PM
Hello,

If the event is attached in RowLoaded you may get multiple event handlers if you do not detach the handler.

Regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Thomas LEBRUN
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or