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

OnClientItemsRequested is not working

1 Answer 69 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Edwin
Top achievements
Rank 1
Edwin asked on 03 Jun 2010, 11:24 AM
Hi
I have a RadComboBox using load on demand with web service.  However I found that the event OnClientItemsRequested is not fired after the combobox get its data from web service.  The online example uses EnableLoadOnDemand and DataSource control but not web service.  Will OnClientItemsRequested be fired if using web service?  If not, what should I do if I need to run some client code after the combobox get populated.

Regards
Edwin

1 Answer, 1 is accepted

Sort by
0
Edwin
Top achievements
Rank 1
answered on 05 Jun 2010, 10:49 AM
Hi
I figured it out by myself.  It was because I have included a javascript file which has a function having the same name as the one set in onclientitemsrequested.  Hence the function in the included javascript file was called instead of the one in the <head> section.
Regards
Edwin
Tags
ComboBox
Asked by
Edwin
Top achievements
Rank 1
Answers by
Edwin
Top achievements
Rank 1
Share this question
or