Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Oct 01, 2009 08:13
open dhtmlx forum
dhtmlxgrid

I have a grid which is populated using a xml file. On click of a particular cell i want a list to be displayed in a html form based on the cell value. I am trying to do this using dhmlxgrid rowselect event. But i did not know how to proceed through dhtmlxajax. The same event i could do with dwr. I dont want my page to be refreshed
Answer posted by dhxSupport on Oct 01, 2009 09:37
You can show dhtmlxWindow on the cell's "onRowSelect" event. 
Please find more information about dhtmlxWindow here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxwindows:toc
Also you can implement custom eXcell type. In such case you will not need to attach "onRowSelect" event. 
http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:toc_custom_excell_creation