What is the best way to handle dropdowns sitting in a grid within a column template?
@bind-Value doesn't work well because it sets the selected value of every dropdown in the grid.
I want to be able to send the class object from the current row in the grid to a method on dropdown change, and also know what the new value is of the dropdown.