This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to implement the comboboxfor as follow:
I managed to populate the list but does not allow me to select from the list. Also, I need to show the city name but at the same time I need to bind the destinationId as this is Id will stored in the database.
any ideas?
I'm trying to implement the comboboxfor as follow:
@(Html.Telerik().ComboBoxFor(model => model.DestinationId) .AutoFill(true) .HighlightFirstMatch(true) .DataBinding(binding => binding.Ajax().Select("GetDestFilterCityByKeyword", "Member"))I managed to populate the list but does not allow me to select from the list. Also, I need to show the city name but at the same time I need to bind the destinationId as this is Id will stored in the database.
any ideas?