Unanswered: dynamically add gridpanel from file to viewport
Unanswered: dynamically add gridpanel from file to viewport
Hi,
I am new to EXTJS and have created layout that has a borderlayout with a nested accordionlayout.
What I am trying to do is to dynamically add a grid to the center container depending upon what the user clicks in the accordion layout.
I tried using the autoload function but that didn't do anything and just loading the file along with the container doesn't work.
The grid I am using was loading via a window that was generated onload.
Does anyone have any suggestions as to how this can be done? I have searched google for 2 hours with no luck. I have attached my container and grid files container.txt grid.txt