Start Building Professional
Web Apps Today


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