This question is locked. New answers and comments are not allowed.
Hi, I have a little problem but cant fix it.
My model and view:
Thanks
My model and view:
And I need to check if user select some value from combobox before submit form that contains it.public class WrapperModel{public IEnumerable<SelectListItem> NegotiatorIdName { get; set; }}@Html.Telerik().ComboBox().Name("SelectedNegotiator").BindTo(Model.NegotiatorIdName)
Thanks