| Author: Ashwini Rupert 20 Nov 2008 | Member Level: Diamond | Rating:  Points: 5 |
Hi,
Create a page as you create any normal page, with a grid and the required data. Then from the parent window call this page using window.open(url, 'width=200, height=200')
You can specify width, height and other parameters. If the grid needs to be populated using a value passed from the parent pass it as a querystring.
Hope you are clear. Do feel free to get back in case of doubts.
Regards, Ashwini
|