Hello,
Can you tell me if the following scenario is possible with the jQXgrids
1) Suppose I have a jQXgrid (let’s say grid 1) with 4 rows and 4 columns and one of the column has clickable link (hyperlink). Is it possible to have another jqxgrid if I click on one cell containing hyperlink. Basically, this will be a grid over another grid(let’s say grid 2) with Download button somewhere in the grid.
2) The new grid (grid #2) we got in Step #1 above will also contain some columns which are clickable and when a user clicks on it, it gets them another grid (let’s say grid 3).
Till now, we have three jqxgrids. Would it be possible to have all the 3 jqxgrids active at the same time. By active, I mean since the grid #3 will be the latest grid , grid 2 will be the grid we got before grid 3 and similarly for grid 1. The reason I am looking for something like this is because since the grid 1 has a column with clickable links, user might want to go back to grid one and click on some other cell to open a 4th grid.
OR is it always the case that only latest grid will be shown and all previous grids will be disabled?