This question is locked. New answers and comments are not allowed.
I have the following editor template in grid which is in cell editing mode:
When I choose an item from list combobox displays its value instead of its text.
Outside the grid all works fine.
Please any help!
@(Html.Telerik().ComboBoxFor(m => m) .DataBinding(binding => binding.Ajax() .Select("GetSkuList", "Home")) .Filterable(filtering => filtering.FilterMode(AutoCompleteFilterMode.Contains)) .ClientEvents(events => events .OnDataBinding("SkuList_OnDataBinding")))Outside the grid all works fine.
Please any help!