Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by dave on Nov 28, 2009 10:22
open dhtmlx forum
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
Answer posted by dhxSupport on Nov 30, 2009 01:56
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 http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxajax:toc