views:

156

answers:

0

Hi,

in our MVC application we use jQuery autocomplete control on several pages. All works fine on Create but I can't make it work on Edit. Effectively, I don't know how to make the autocomplete controls preload the data from model and still behave as an autocomplete in case the user wants to change the value. Also how can I make sure that the value is displayed in the same format that is used in Create calls?
All our autocomplete controls have corresponding controllers and all parse Json results.

Any help will be VERY much appreciated.