This question is locked. New answers and comments are not allowed.
The standard MVC helper DropDownFor takes a model property lambda, and the selection of the dropdown is bound to this model property. In the Telerik ComboBox I can only find a BinbTo method, which only concerns binding of the list items, not the selected value. How do I achieve binding of the selected value?