Ajax GridView
I am looking for an Ajax Grid control that can be easily used to bind data using js methods. I've tried using GridView in AjaxDataControls and everything is fine - but I'm also looking for support for multiple items in a gridView. Any pointers would be much appreciated.
Thank.
0
pj
source
to share
2 answers
Have a look at ExtJs . It has the best mesh I've seen so far. It supports XML and JSON and transformation from basic HTML tables.
+2
Mark nold
source
to share
Take a look at Dojo Grid:
- Writing well in Dojo 1.2 Grid and New features in Dojo Grid 1.2 .
- Tons of code examples in dojox.grid.tests (warning: this link points to night hours -> Dojo code is packaged for debugging purposes, not performance).
0
Eugene lazutkin
source
to share