Hey Stefan i re-factored the code, but i can't seem to solve this problem
When i click on the vendor list to select an option, the refresh icon spins endlessly. I think this could be due to the fact the the editor templates are not using @model int but rather @model customer, @ model vendor etc. If i change the editor templates to use @model int, i get the error below
Error:"The model item passed into the dictionary is null, but this dictionary requires a non-null model item of type 'System.Int32'."
How do i fix the issue with the vendor list drop-down, i have attached a new version of the project and an image? thank you.