I have a question for a simple thing that there doesn't seem to be a simple solution to. I have a datagrid, and the rows should be deselected if it's clicked on and already selected. How to do that?
I'm looking at the different "item"-events but the row is already selected when they are dispatched, so there is no way to tell if it was already selected or not.
Can someone help me out here with a very simple thing that I've probably missed?