tags:

views:

13

answers:

0

I am new to PHP-Ext library. What I want to do is using a PhpExt_Grid_GridPanel to list all the data available and do something further when users click on a certain cell of the grid. I can create the grid easily but have trouble to get a cell value in the calling page. How can I make the grid component communicate with the calling page? Any suggestions will be highly appreciated!

Joe