The grid's mousedoubleclick fires no matter where the user double clicks including headers and the scroll bar.
How can I properly detect that they've only double clicked on a row?
Hello,
What you can do is to use the EventManager.RegisterClassHandler and register this event only for the DataRecordPresenter or create a style for the DataRecordPresenter/ DataRecordCellArea element and use an EventSetter to hook up this event.
Thanks but without sample code to get to the "DataRecordPresenter" this wasn't helpful at all. I finally got a working solution using some techniques from this post:
http://community.infragistics.com/forums/p/7652/96199.aspx#96199