This question is locked. New answers and comments are not allowed.
I have a RadGridView where I would like users to be able to select multiple rows, but I also want to handle a double click to trigger a search based on data in the row. I am using Extended selection mode, and I also created a handler for the CellDoubleClickEvent. What seems to be happening is that the grid recognizes each click of the double click as a selection event and then fires the double click event. So, depending on timing the grid row being clicked will be selected and de-selected in quick succession followed by the triggering of the search operation because of the double click event firing.
Do you have any suggestions of how to get around this? I would like the double click to result in the row being selected AND the double click event firing. Does that make sense?
Do you have any suggestions of how to get around this? I would like the double click to result in the row being selected AND the double click event firing. Does that make sense?