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


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


source


Take a look at Dojo Grid:



0


source







All Articles