Newbie question here... I know the basics of Django and nothing of ExtJS. I am running a simple web framework and I want to integrate ExtJS Grid into it.
My first step was to run the example grid from extjs. "Yay!! It works" Then I wanted to render that same working example inside my django app. here's what I did. 1. Put the extjs3.0.0 directory structure under my 'app/static' directory 2. Made sure that each of these loads based on the same calls in extjs package (No 404's) 3. Render the grid. This part simply won't work and I'm not sure what to do next? The point of confusion is in array-grid.html: <div id="grid-example"></ div> I see where array-grid.js is supposed to render that. But it just isn't happening and I'm strugging to figure out why. Any advice to help me work through this problem? Thanks! T -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

