PDA

View Full Version : Loading DataGrid To Layout Panel



Temujin
21 Jul 2007, 2:35 AM
I created a layout with 2 panels (north and center). In the north there is a toolbar and a button on it. When you click this button, it loads a datagrid to the center panel by using ContentPanel.load() method. It's alwys working on mozilla and opera... but i have a problem with internet explorer. When you click the button, at first it loads the datagrid and it's alright.
However, after that (without refreshing the page) if you click again to load it, IE gives an error saying that "dom.firstChild is null or not an object".

Whereas it works at first load, why not at next loads ?

Note: Only internet explorer gives this error.