Hi,
If we attach grid’s or tabbar to each tab of tabbar. Is it possible to get the attached grid from tabbar object?
tabbar.cells(id).attachGrid();
tabbar.cells(id).attachTabbar();
Above method returns tabbar or grid objects. How can we retrieve them when required?
Do we need to store them in specific variables and use them?
Thanks
Praveen