How to call an array-grid in one page using ajax?Array-grid is contained in another page.
When we r calling grid is not displaying while calling using ajax and its working fine when using iframes.
I want to use ajax for calling that array-grid contained in another page to the main page.
Its very urgent.
How to include an array-grid (which is in another html file) in a page using ajax in YUI?
i developed a page (mygrid.html) which is having array-grid. when i open mygrid.html it is
displaying the grid contents. but problem is if i call the same file (mygrid.html) in
another html page (index.html), mygrid.htmlis loading but the grid contents are not appearing.... i dont find the reason for this
plz... tell me the way to fix this bug. its very urgent.