Active
Project:
Slickgrid
Version:
7.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2011 at 17:11 UTC
Updated:
1 May 2013 at 08:56 UTC
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?lq30cpFF renders the following message:
Error: Slick.Data is undefined
Source File: http://****/sites/all/modules/slickgrid/js/slickgrid.js?lq30cp
Line: 63
Comments
Comment #1
GlitchFreak commentedDetail included above
Comment #1.0
GlitchFreak commentedUpdated error detail
Comment #2
GlitchFreak commentedComment #3
michaeljohnston0 commentedI'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?
Comment #4
joshuautley commented#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.
Comment #5
joshuautley commented#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.
Comment #6
kingswoodute commentedHi 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.
Comment #7
paknight commentedHave the same issue. Any fix for this yet?
Thank-you
Comment #8
andy_g commentedHi,
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
Comment #9
andy_g commentedHmmm.....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.
Comment #10
andy_g commentedJust 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
Comment #10.0
andy_g commentedChanged