[Django]-Django, slickgrid, and json loading

2👍

After trying slickgrid and dojo & dojango, I ended up finally finding success with JQuery and django-jqgrid (although not without frustration).

While this is not an answer to the question, it was a solution to this problem for me. I say solution, not workaround, because I didn’t need slickgrid, just any editable grid.

👤j_syk

2👍

I had a lot of trouble with Ajax + slickgrid until I started using a slickgrid fork that had been updated to newer jQuery versions (i.e. using the newer ajax calls) and had slightly better docs for using ajax.

See my answer to another question here: Simple jQuery SlickGrid JSON example or documentation

Leave a comment