This question is locked. New answers and comments are not allowed.
Hi Telerik team,
I am using a combobox populated with data as below
All the data is populating in the combobox though, the search feature too works.
I just debugged in IE developer tool pressing F12, there is no script error as-well.
please help.
Also this combo box is inside a Panel bar (I have prevented the collapse or open of panel bar by preventDefault) and this panel bar is inside a Telerik Tab control with no mocification.
I am using a combobox populated with data as below
@(Html.Telerik().ComboBoxFor(m => m.Person.SelectedPerson) .AutoFill(true) .BindTo(new SelectList(Model.Person.Parent, "Value", "Text")) .HtmlAttributes(new { style = string.Format("width:245px") }) .Filterable(filtering => filtering.FilterMode(AutoCompleteFilterMode.StartsWith)) .HighlightFirstMatch(true) )All the data is populating in the combobox though, the search feature too works.
I just debugged in IE developer tool pressing F12, there is no script error as-well.
please help.
Also this combo box is inside a Panel bar (I have prevented the collapse or open of panel bar by preventDefault) and this panel bar is inside a Telerik Tab control with no mocification.