Categories | Question details Back To List | ||
window.onresize problem work around Hi, I found a way around the window.onresize problem that I was having. Instead of attaching to the window, I found this nice trick to monitor the viewport: http://ecmascript.stchur.com/2006/09/06/the-ie-resize-bug-revisited/ It works quite well, you might want to think about using it in the next version of dhtmlxGrid THanks, Scott Answer posted by Scott on Jul 31, 2007 22:23 Hi, It seems that the dhtmlxGrid's attempt to attach the onresize event to an IE window doesn't work properly when the dhtmlxGrid is embedded in an iframe. I decided to just use the above window resize detection trick and then call grid.setSizes() on my own. This is working now. Answer posted by Inga (Support) on Nov 30, 2014 04:15 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking games data processor and xml combobox. |