You may have already answered this. Hard to search on previous posts.
I have loaded a grid and displayed it.
I want to click on a cell in the grid and have a panel appear (that was hidden) to edit fields.
BUT, I want the panel to be processed server side. (because moving/hiding panel in java works poorly on iPad).
My question is how do I invoke a server side routine when the ClientSideOnCellSelected is fired.
In other words, i dont want to edit the grid, I just want to pass the cell value/row/col to a server side routine and let it take it from there. Then I will just redraw the grid.
Also, how do i access cell contents in server side code.
Thanks