Hello,
I am getting some unexpected behavior with row selection/deselection. When selecting multiple items in a dataGrid I get one RowSelected Event per item. I.E if selecting 5 items with click then shift click I get one event for the initial click then 4 consecutive events for the remainder of the selection.
However when go to deselect these 5 items with escape or selecting another row I am only getting one RowDeselected Event with the data being the last item that was selected in the previous step.
Is this the intended behavior? How do I get the other items that were dropped from the selection?
Thank you