Tagged Questions
The gridify tag has no wiki summary.
0
votes
1answer
457 views
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 ...
0
votes
1answer
627 views
Rails: using gridify a jqgrid wrapper does not display data
Has someone a working example with sample code. I integrated the plugin as described in http://github.com/linoj/gridify. I see the grid header but no data. i have verified that I am sending data from ...
0
votes
1answer
327 views
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 ...