pass selectedrowid to sql selection

Hello,



how its possible to select row ID in the grid and pass it to other page to sql selection.



i try var rowID=mygrid.getSelectedRowId();



"select * from table where id=‘rowID’ "



but its not work. please help

You should send selected row id to the server side and make necessary selections. To send selected row id to the server side you can use dhtmlxAjax extension dhtmlx.com/dhxdocs/doku.php?id=dhtmlxajax:toc