Questions tagged [gridify]

5 questions
1
vote
1 answer

gridify.js only lays out after the page changes size

Having this issue with gridify - the images only get layed out after I either zoom in or zoom out on the page. This doesn't happen on any of the example pages. This is my code: $(document).ready(function(){ var albumId = "xxxxxxxxxxxxx"; …
developius
  • 1,193
  • 9
  • 17
0
votes
0 answers

Gridify gallery height not recognized

I want to make a jQuery grid gallery and found after many libraries "gridify" which is simple to use and works for me. The problem is that the height of the gallery isn't recognized. Of course I could make after it a div with some height then put…
guigui
  • 103
  • 2
  • 8
0
votes
1 answer

strip html from json to jqgrid in rails app

In my rails app, I am setting up my own admin with the help of http://github.com/linoj/gridify. That works really well with one exception: HTML gets rendered in the table view which blows the cells up like crazy. I use white-space:nowrap; in my…
val_to_many
  • 377
  • 5
  • 20
0
votes
3 answers

Using Gridify after images finish loading ascyncronously

I am building an app in Backbone.js and using gridify to arrange my photos in a grid fashion. The problem is that the images get loaded asynchronously and this seems to be causing gridify issues. Is there a way to call the gridify function after…
jason
  • 3,821
  • 10
  • 63
  • 120
0
votes
1 answer

Gridgain executor service

What are the advantages of using GridGain's GridExecutorService to execute jobs remotely vs using the @Gridify annotation? You can pass an instance of java.lang.concurrent.ExecutorService to your class and have no dependency on the grid framework…
parkr
  • 3,188
  • 5
  • 35
  • 39