This is a migrated thread and some comments may be shown as answers.

[Solved] Client validation

0 Answers 20 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Yura
Top achievements
Rank 1
Yura asked on 30 Nov 2011, 08:07 PM
Hi, I have a little problem but cant fix it.
My model and view:
 
public class WrapperModel
 {
      public IEnumerable<SelectListItem> NegotiatorIdName { get; set; }
}
@Html.Telerik().ComboBox().Name("SelectedNegotiator").BindTo(Model.NegotiatorIdName)
And I need to check if user select some value from combobox before submit form that contains it.
Thanks
Tags
ComboBox
Asked by
Yura
Top achievements
Rank 1
Share this question
or