Categories | Question details Back To List | ||
dhtmlxWindows incompatable with dhtmlxGrid Greetings, I have a HTML/JS code thatsr running in an HTML FRAME. It then defines an IFRAME and load code that builds/handles a dhtmlXgrid. This all works fine. Problem - when the main JS pops up a dhtmlXwindow over the IFRAM that has the dhtmlxgrid, I can't maniuplate the dhtmlxWindow... any time I click on it the click "goies through" to the dhtmlxgrid. I tried moving the dhtmlxWindow code to the code running in the IFRAME and that works better but still has issues when I close the dhtmlXWindow I can't click checkboxes in the grid any longer. Is tere anyway to make these two (great;-) applications work better together ? Thanks !! Steve Borruso Answer posted by Support on Apr 25, 2008 04:06 Please try to use updated version of dhtmlxwindow, it must not cause post effects after window closing. http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=2762&ssr=yes&s=dhtmlxwindow If problem still occurs for you - please send any kind of sample where it can be reconstructed ( you can send it directly to support@dhtmlx.com ) Answer posted by Steve Borruso on Apr 25, 2008 06:46 It's working now with the new dhtmlxwindos.js that you pointed me to. When I close the pop up dhtmlxwindow, I can interact with the the dhtmlxgrid now without any problems. It was acting like the onclick event wasn't being recognized in the grid after a dhtmlxwindow was opened. Working fine now .... Thnaks !!! Steve |