WFP Grid: MouseRightButtonDown firing occuring BEFORE SelectionChanged on grid. Causing syncing issue

I have a situation where I’m building a context menu for a right mouse button click on a datagrid. The menu’s content is based on the ‘selected row’. However when I right click a NEW row, the MouseRightButtonDown event is firing (and building the context menu) BEFORE the SelectionChanged event fires, which means the context … Read more