I have a jQuery grid with data with user data. I need to handle the click on grid row for each grid row when I click I need to display other grid in the bottom of the grid.
Some thing like very similar to this:
http://www.trirand.com/blog/jqgrid/jqgrid.html
Go to Advanced —> master details
Thanks
the onSelectRow is what is making the details grid load the information from the master grid.