Single selection across multiple DataGrids

0
Hey community im developing an App to track tasks. I show them devided by their status “Open”, “WIP”, “Done” in 3 Data Grid 2s like shown below. I created a non persistent helper class which holds attributes to filter all 3 Data Grids at the same time. Same functionality I want to achieve on the Action Buttons “delete” and “edit”. I allready thought of simply storing the currently selected Task in my helper class, but how to achieve that if i select a task, the previously selected task in another Data Grid 2 gets unselected? Any ideas how to solve this?
asked
0 answers