Categories | Question details Back To List | ||
How to get access to a grid attached to tabbar in a window, from other modal window? Tell please. How to get access to a grid attached to tabbar in a window, from other modal window? Answer posted by Alex (support) on Nov 16, 2009 04:41 do you iframes ? If you don't, you can access grid by its object: var grid = tabbar.cells(tabId).attachGrid(); |