Refresh Grid within a Tab
Is there an easy way to refresh a Grid within a Tab?
I tried the following with no luck:
I tried the following with no luck:
//This works fine outside a tab
gridTable.request();
grid.refresh();
//This reloads the tab but not the grid data
TabsFrame.element().innerHTML = page[3].join('');
Rick Villela
November 4,