Re: jquery grid and django

2011-02-05 Thread Javier Guerra Giraldez
On Thu, Feb 3, 2011 at 7:50 PM, Tony wrote: > Is there any viable, > simple way to use the jquery grid plugin with django fairly quickly? I made my own, which i find very usable and intend to eventually share; but there's still no documentation, and very few examples. if you can wait a week or t

Re: jquery grid and django

2011-02-03 Thread Casey Greene
I have not specifically used jquerygrid but it looks like it will request the data from a URL and all that you need to do is set up a view there to return the proper json objects to it. It is basically like any other django view, just that you would be returning json instead of html. I have b

jquery grid and django

2011-02-03 Thread Tony
I found a plugin that combines the two but you cant look at the source unless you have been approved by the creator. Is there any viable, simple way to use the jquery grid plugin with django fairly quickly? -- You received this message because you are subscribed to the Google Groups "Django use