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

[Solved] Ajax controller never gets called. anything is wrong?

0 Answers 58 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.
ronald
Top achievements
Rank 1
ronald asked on 04 Apr 2012, 02:58 AM

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")))
            

Tags
ComboBox
Asked by
ronald
Top achievements
Rank 1
Share this question
or