Added selection feature request in the Job Levels grid as requested by Raijinili in issue #11.
Added highlighting to selected row and column in the Job Requirements grid in the Job Levels tab.
The code was complicated a bit more when I was testing and found the grid was slowed down. I ended up having to pinvoke to disable the grid from painting wile I was doing updates to the cells.
P.S. There was a .gitignore change file change. I accidentally checked in a change that my Visual Studio had added. I attempted to revert the change but I ended up formatting the file in doing so.
Added selection feature request in the Job Levels grid as requested by Raijinili in issue #11.
Added highlighting to selected row and column in the Job Requirements grid in the Job Levels tab. The code was complicated a bit more when I was testing and found the grid was slowed down. I ended up having to pinvoke to disable the grid from painting wile I was doing updates to the cells.
P.S. There was a .gitignore change file change. I accidentally checked in a change that my Visual Studio had added. I attempted to revert the change but I ended up formatting the file in doing so.