i have a form i am creating that needs to edit rows of a table, one of the columns is an Id that will be edited with a dropdown. this Dropdown needs to use data from a table and show the user multiple columns.
i have the form and the DataGrid and the DropdownGrid each working to where i can put the data grid to edit mode and the dropdown Grid has the possible options to pick from.
so far so good.....
but when i got to edit mode the dropdown needs to take the current id and set that as the selected item/ default item.
i am trying to get the right way to make that work but so far i cant seem to get it...
i am trying to use the @bind-Value= but i seem to be missing somehting about how to set that up...