Hello, I have a datagrid displaying data, but my last column is
suppose to display an image and when this image is clicked, I'm
suppose to popup a menu that will allow the user to change the color
of the text in that row (kind of like marking that row as read). 

As such whenever the user clicks on that image, I simply want to catch
the item click event without actually displaying that row as selected. 

For example, the user selects a row by clicking on any of the columns
displaying text and that row becomes highlighted. Then on another row
they click on the column displaying the image to popup the menu. I
don't want to have that row selected, I want to keep the previous row
selected. I've tried to set the datagrid's selected item back to the
previous row, if I see that the  column selected was the image, but
I'm hoping that there's a better solution since you can clearly see
that the previous row is being re-selected.

Thanks in advance.

Reply via email to