G
Guest
I have a derived DataGrid class that overrides the OnMouseUp event so that I
can highlight multiple cells for cut/copy/paste functionality. When the user
selects to open a new file via a OpenFileDialog dialog, the OnMouseUp event
for the grid is called after the user presses the Open button on the
OpenFileDialog dialog. Is there a way to prevent this event from being
passed down to the grid level? It should just call the OpenFileDialog
OnMouseUp event handler, not my grid event handler too.
Thanks,
Scott
can highlight multiple cells for cut/copy/paste functionality. When the user
selects to open a new file via a OpenFileDialog dialog, the OnMouseUp event
for the grid is called after the user presses the Open button on the
OpenFileDialog dialog. Is there a way to prevent this event from being
passed down to the grid level? It should just call the OpenFileDialog
OnMouseUp event handler, not my grid event handler too.
Thanks,
Scott