AJAX and drupal

Need to get it to display in drupal GUI, currently the way drupal loads a page is by loading it all into a buffer then displaying it all at once rather than sequentially, this is preventing it from displaying withing drupal.  Ill need to look into how to get the Grid or any ajax functionality to load when the page is printed from a buffer. 

Sorting on column heads is also a work in progress.  Editing on the fly is also being tested and has a few bugs.  This will likely be how many pages will work now, allowing editing on the fly with no page reloads.  The slowness in teh grid is only tied to large API calls, with smaller filtered calls the AJAX loads are barely noticeable.

Going to put up a direct DB access grid and an API one and try to optimize both and decide which to go with in the end after discussing all possible ramifications of direct db access.  Will make sure to close all injection attack vulnerabilities