I need a grid that can be filled using ajax.
I need to sort, filter and select.
Thanks!
I need a grid that can be filled using ajax.
I need to sort, filter and select.
Thanks!
Check out jqGrid - it has all of the features you need and more :)
As mentioned jqGrid is probably your best bet. If you are wanting to be able to intercept the data before passing to the grid, that's pretty easily done too. by setting datatype to a function, you can manipulate the loading however you like, then push tlo the grid via addJSONData() when you are done frobbing.
If you have some more specific questions, I'd suggest expanding a bit. Also, it looks like you might want to check existing questions and answers here.
dhtmlxgrid is another good option: http://dhtmlx.com/docs/products/dhtmlxGrid/