This question is locked. New answers and comments are not allowed.
Does the auto complete bind to a json object formed like this "
{"ConditionCodeNumber":"TESTCC1-123","Description":"TESTCC1 Descriptiojn - 876","ID":"1","IsDeleted":false}
" where I use the description as the search string and the id as the reference in the code. What I mean by the ID as the reference is that I use the ID to tie back to the db. Thanks for the reply.