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

syncReady not supported

1 Answer 595 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Charles
Top achievements
Rank 1
Charles asked on 03 Oct 2018, 07:35 PM

Ok, I'm getting beat to death by a jquery runtime error:

Object doesn't support property or method 'syncReady'

I've checked around, and the most common reason is that there is a extra jquery script reference on my _Layout.cshtml page.

In my case there isn't any other reference to jquery on that page, or as far as I can tell, in my app.

Can you tell me, based on your experience if there is someplace other than _Layout, that may be causing the problem?

I cannot send you one character of the code I'm working on.  My employer would consider this grounds for termination.  I cannot send you a mock-up, either.  I am paid by the hour and they don't look too kindly on me spending time like that.

If you cannot help me without that sort of evidence, I seriously doubt the wisdom behind getting this product of yours in the first place, because quite frankly, I can't get a damned thing in that package to work for me.

 

 

 

1 Answer, 1 is accepted

Sort by
0
Charles
Top achievements
Rank 1
answered on 03 Oct 2018, 08:58 PM

OK  I'm a dick.

In the last hour I poked around a little but more and found a source discussing the failure of syncReady, but not specifically covering the error I was seeing.

This source talked about problems with syncReady because un-named script files weren't the latest.  I checked by kendo scripts and they were the latest.  I checked my jquery files and those were version 1.#.  I checked that out and jquery is up to 3.#, so I grabbed a copy and inserted that into my layout.

Presto!  The syncReady error was gone.  There was another problem but that was quickly isolated and fixed.  

 

The Grid is now working fine.

Tags
General Discussions
Asked by
Charles
Top achievements
Rank 1
Answers by
Charles
Top achievements
Rank 1
Share this question
or