PDA

View Full Version : How to Display a Grid in a popup?



Techie2m
6 Dec 2007, 6:50 PM
Can someone please help. I am new to ExtJs and have been struggling with trying to display a grid in a popup. When a user clicks a button, I'm performing an AJAX call to retrieve some data that I would like displayed in a grid as a popup. I assume that you have to create a Window object and assign the grid to the items config option, but I have not been successful in making this work. :(

Can Anyone, :(( Anyone please help me regarding this.

Thank You

fay
7 Dec 2007, 4:15 AM
Have you looked how the Grid Window is created in the Desktop (http://extjs.com/deploy/dev/examples/desktop/desktop.html) example? The code for this is in \examples\desktop\sample.js.