I have a Drupal 6.x site I'm trying to use Slickgrid with and no matter what I do, Slickgrid just doesn't work (i.e. - in the Views page, there will be a space where the actual view should show but it's just blank white space and the default theme output is also blank).
Here's my setup:
- Drupal 6.x
- Slickgrid 6.x-1.3
- Views 6.x-3.0+76-dev
- jQuery Update 6.x-2.0-alpha1
- BeautyTips API 6.x-2.0
- Ajax Load 6.x-1.4
- Libraries 6.x-2.3
The fields I'm trying to output with Slickgrid show perfectly fine when I switch to a different style. However, I did notice something: when inside Firefox, I'll go to "View Source" and then search for the string "slick" (thinking that there might not be a slickgrid.js or something like that; I wasn't able to find it.)
So do I need to include something inside the libraries? I assumed that the Slickgrid module took care of any and all library inclusions...
Comments
Comment #1
wolf_22 commentedOkay, I think I figured out what happened here... The page display is apparently of critical importance with this thing because if you don't explicitly declare this as being the type of display you're using, you're SOL.
So yeah, once I set up my display as being an actual page display, it worked. :.)
Is there any way you can increase the level of emphasis on this in the front-page of your module listing? I think it might help people out...
Comment #2
wolf_22 commentedWhy isn't the View preview working with this module? It's just BLANK.
Comment #3
kerrycurtain commentedHaving the same problem using slickgrid with views. Cannot get any node content to display. Searched through documentation but regrettably have not found the solution yet. Would appreciate some help on this if possible.
Comment #4
ftrebuchet commentedHi,
I've just installed Slickgrid 7.x-1.4 with Libraries 7.x-2.1, Beautytips 7.x-2.0-beta and Jquery_update 7.x-2.3.
I've created a simple view using format Slickgrid and just 1 field but, nothing is displayed.
A div is included in my page and if I change "Viewport height" in format setting, I can see that the space occupied by the view change on the page display.
So, something append but not what I want.
Page is blank and same for preview in edit view.
Would appreciate some help or guidelines to start with Slickgrid.
If anyone has the response, I'd like to know if it is possible to have the grid with all cells in read only mode ?
Thanks a lot.
Fred
Comment #5
ftrebuchet commentedcomplement : modules required by Slickgrid have been installed and activied from admin interface.
When viewing the source page, I can find references to theses modules in "http://thesite:theport/drupal/sites/all/modules/themodulename/blabla" where blabla depends of the module.
I'm totaly sticky with this problem, so any help would be very appreciate.
Fred
Comment #6
ftrebuchet commentedHi,
Moving from slickgrid-2.2 to slickgrid-2.0 solve my problem.
Now I have to understand how it works !
Fred