Categories | Question details Back To List | ||
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 |