Hi There

Tested the released version and dev and both give the error below. Tested both FF and IE.

IE renders the following message:

Message: 'Slick.Data.DataView' is null or not an object
Line: 63
Char: 13
Code: 0
URI: http://****/sites/all/modules/slickgrid/js/slickgrid.js?lq30cp

FF renders the following message:

Error: Slick.Data is undefined
Source File: http://****/sites/all/modules/slickgrid/js/slickgrid.js?lq30cp
Line: 63

Comments

GlitchFreak’s picture

Detail included above

GlitchFreak’s picture

Issue summary: View changes

Updated error detail

GlitchFreak’s picture

Priority: Normal » Critical
michaeljohnston0’s picture

Version: 7.x-1.x-dev » 7.x-1.4

I've found the same error but got a little more with Opera. I got errors before this (probably causing it) saying that files failed to load. The files were all in the following directory:

http://localhost/epic/sites/all/libraries/

I guessed that these files in "sites/all/libraries" might not be there, created the "libraries" folder and populated it from github. I later found in README.TXT for the module that this is expected.

I ended up manually copying a number of plugin files as well and a couple of elements in the grid showed up, but it still doesn't work. I found a reference to what looked on a glance to be a global variable in one of the slickgrid javascript files referring to who-knows what and gave up.

Better, more reliable install instructions, maybe?

joshuautley’s picture

#3 You should always take a look at the Readme.txt file.

I followed all steps in the readme.txt file and I still have no render. I tested the examples and they all work and we found a call to an undefined object that is present only for the module not the slickgrid HTML examples.

So, I'm going to try and fix the error to see if that resolves the render issue.

joshuautley’s picture

#4 update

after commenting out lines 269 - 287 in slick.grid.js my data rendered

Not sure where to go from here. I'll keep at it and keep you posted.

kingswoodute’s picture

Hi joshuautley,

I had the same issue and tried your adjustments to slick.grid.js - it didn't work for me.

Did you ever get to the bottom of this one?

Thanks very much and have a great day.

paknight’s picture

Have the same issue. Any fix for this yet?

Thank-you

andy_g’s picture

Hi,

I've got something rendering by changing the jquery version to 1.7 (or even 1.8). When set to the default of 1.5, I get nothing but a blank canvas. You can do this by configuring the 'JQuery Update' module in the usual way.

Now need to try and get all of the href references working!

Cheers,
Andy

andy_g’s picture

Hmmm.....only works in Chrome (v26.0.1410.64) though, not IE 9, and even then, not every control works (ie delete/clone/edit)... looks like back to the drawing board.

andy_g’s picture

Just FYI to anyone interested who may be able to analyse this further.....it all now works fine in IE9, but only if you switch off 'compatibility mode' (or go to IE8 mode). In IE7 mode it also fails to render.

This is good enough for my purposes, but I guess not much good for a public site.

Andy

andy_g’s picture

Issue summary: View changes

Changed