This question is locked. New answers and comments are not allowed.
Hi..
have this control on my view.. but the GetPublishedService in the controller is never getting called. any ideas?
@(Html.Telerik().ComboBox() .Name("ComboBox") .AutoFill(true) .HighlightFirstMatch(true) .DataBinding(binding => binding.Ajax().Select("GetPublishedService", "Member")))