This question is locked. New answers and comments are not allowed.
Hi Telerik team,
to my combo box, i wish to pass a selectItemList's selected value instead of selected Item is this possible.
snippet below
thnx,
anand
to my combo box, i wish to pass a selectItemList's selected value instead of selected Item is this possible.
snippet below
@(Html.Telerik().ComboBox() .Name("TestComboBox").AutoFill(false) .AutoFill(true) .BindTo(new SelectList(Model.SampleModel, "Value", "Text")) .SelectedIndex(Model.SampleModel.selectedPartnerTypeIndex)thnx,
anand