I have to put a grid inside a iframe. I select a row then the detail is loaded in the main page hosting that frame. How to do?
An image is better than 1000 words. I want to reproduce a master-detail view like wufoo.
The “black” grid is inside of the iframe. So the grid is always on top. Selecting a row, the detail page will be loaded on the back.
how to have a post on the main page when a row-clicked event fires in an iframed-grid, in asp.net mvc?

(source: flickr.com)
This isn’t an answer to your actual question, but if you used properly sized divs with CSS of “overflow: auto”, you could get the same layout without needing to communicate across frames.