Hi all. I want to handle mouseDoubleUp in a datagrid WITHOUT triggering SelectionChanged. What is happening now is that selectionChanged gets sent twice before mouseDoubleUp gets sent. Setting a delay in mouseDoubleUp or mouseUp won't work because selectionChanged gets sent BEFORE those messages. Any ideas? Bob S