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

Spinning Icon keeps showing

5 Answers 201 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 28 Apr 2014, 09:57 PM
I'm loading dropdown items like the example for cascading dropdowns.  I can see the correct JSON returned from the server in Fiddler, so I know my methods are correct and the controller is returning data.   The spinning icon still shows.  I've tried to reduce my recordset, there's only about 75 or so returned.  Nothing has worked so far.  any ideas?

5 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 29 Apr 2014, 11:37 AM
Hello pat,

Could you please verify that there are no JavaScript errors on load? You can wire the error event of the datasource and check if it is triggered. Let me know what your findings are.

Regards,
Georgi Krustev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Patrick
Top achievements
Rank 1
answered on 29 Apr 2014, 01:31 PM
Hello,

I wired the error event but it does not fire.  I also wired request end, and can see the data.
thank you
0
Georgi Krustev
Telerik team
answered on 29 Apr 2014, 01:44 PM
Hello pat,

In that case, I will ask you to share more information about the current implementation. A runnable test project will be of a great help. Thus I will be able to investigate the issue locally and advice you further.

Regards,
Georgi Krustev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Patrick
Top achievements
Rank 1
answered on 29 Apr 2014, 02:32 PM
Unfortunately I cant share the data with you.  I've tried binding the dropdown list to another data result entirely with the same result.  There's nothing unusual about the data here.  Not sure what's going on
0
Patrick
Top achievements
Rank 1
answered on 29 Apr 2014, 02:38 PM
Ok, I realized I made a mistake in the second try.  I was able to get the dropdown to display another type of data.  I had a case error in the data text field.  This leads me to believe there must be some data related error in the first instance.  Thank you for your help so far.
Tags
DropDownList
Asked by
Patrick
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Patrick
Top achievements
Rank 1
Share this question
or