views:

218

answers:

2

Hi

I am looking for a Ajax Grid control that can be used easily for binding data using js methods. I have tried using the GridView in AjaxDataControls, and its okay - but i am also looking for multiple select support in the gridView. Any pointers would be much appreciated.

Thanks.

+2  A: 

Have a look at ExtJs. It has the best Grid i've seen so far. It supports XML and JSON and conversion from basic HTML tables.

Mark Nold
A: 
Eugene Lazutkin