Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
795
How to trap doubleclick just on row ??
posted

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?

Parents
  • 69686
    posted

    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.

Reply Children