I would look at Sencha.  They seem to have a nice clean grid control.  It
uses a RESTful interface for importing / exporting data from local data
models via an AJAX proxy.  You use JSON to ship  data back and forth.  I'd
think you could use something like django-piston to expose your models to
the grid, but I'm not 100% certain about that.

-- jeff

On Mon, Nov 21, 2011 at 11:46 AM, Vikas Rawal <
vikasli...@agrarianresearch.org> wrote:

> I am new to django and to web programming. I am trying to build a
> database application for entering/querying/viewing data from a mysql
> database. The data entry module needs to have datagrids where users
> can enter multiple rows of data belonging to a particular set.
>
> Would be grateful for pointers to resources on the best way to
> implement datagrids in django.
>
> Vikas
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to