jquery-grid

Jquery tree grid (jqgrid) xml structure for sub-items

Can anyone please tell me the XML structure for sub-items that jqgrid uses. I've read the documentation and it does not explain clearly how one would create a tree view with sub-items in it. Basically I have a 2 column grid with 3 levels. ...

jQuery Grid and Google Maps Problem

Have you ever used jQuery Grid with google maps?, it seems like jQuery grid bug google map, if i clic the map the litle hand will stay closed and drag the map in the way i move the mouse no mather if i m not clicking anymore. Any idead how can i fix this behavior? . I know its jQuery grid, because if i remove the grid the map behavior no...

JQuery grid vs traditional web model for pagination/sorting/filtering

We are developing some new GUI screens to display tabular data which require sorting/filtering/paging. What are the pros/cons of using a JQuery grid approach vs the "traditional" model where these functions are done on the server and where you do a new server request for each action (ie: "next page", "sort on a column", etc)? Some of t...