This page has to be writen in JSP and java
I want to display a jqgrid when i click a row on the jqgrid. Two ideas,
In the first page, i have to display a list in a jqgrid and when the user click a row on the grid
1) the page should be faded and another grid has to be pop up showing the details on another grid. on click of cancel, the pop up grid has to be closed and the background grid has to be visible. 2) another jqgrid should be displayed on top of the actual jqgrid right below the row clicked. Just like a context menu on right click of a jqgrid row.
Please guide me. I am new to jquery and jqgrid and find hard to achieve this.