I am looking for a bit of assistance on the following. My view model contains the following:
- A list of all jobs
- A list of all grouped jobs (e.g jobs in a particular category)
- A list of all jobs in the currently selected group.
This is expressed in the view as 3 separate datagrids.
- One to display all the jobs
- One to display all grouped jobs
- One to display all jobs in the currently selected group.
The current bindings I have allow for the list of jobs in the current group to changed based on what group I have selected in the group job view.
What I am looking for assistance on is binding the row background color of the main job list to change based on whether or not the job is in the currently selected job groups list.
So if I change the current group of jobs, all jobs that are in that group will be highlighted. Any assistance would be appreciated.