Hi i have Mvc application. where i have a text box and desired behavior is to search the item in DB and if found, widget will display the found list in suggestion options so i can add to local list
and if the item don't exist, add the new item [ thru same widget ] in the database when we press enter.
since autocomplete Widget don't allow to add new items, i went with combobox
can we add new item in combobox widget in the same time if we are performing the server filtering
and if the item don't exist, add the new item [ thru same widget ] in the database when we press enter.
since autocomplete Widget don't allow to add new items, i went with combobox
can we add new item in combobox widget in the same time if we are performing the server filtering