grid

Hello



how to send a selected grid row to another grid? i use grid inside of dhtmxTabs. in one tab i have an original grid in other tab i have dhtmxWindows with grid in one of them also inside of dhtmxTabs. I need all information related to selected row in the first grid wil show in the second grid. or as alternative,how to pass selected row index to other sql query?



Dave

how to pass selected row index to other sql query
This issue isn’t related dhtmlxGrid component. dhtmlxGrid is fully client side component and cannot call sql query. All sql queried you should call on the server side.
To send selected row id to the server side you can use dhtmlxAjax dhtmlx.com/dhxdocs/doku.php?id=dhtmlxajax:toc