Community

jQuery UI Autocomplete in MVC 5 – selecting nested entity

(morzel) Imagine that you want to create edit view for Company entity which has two properties: Name (type string) and Boss (type Person). You want both properties to be editable. For Company.Name simple text input is enough but for Company.Boss you want to use jQuery UI Autocomplete widget*. This w

Read More - Register for Free Membership