reloadGrid()
JavaScript API Reference/Ab.grid.ReportGrid object
reloadGrid()
Rebuild the control using the data already loaded from the server. This function is useful when redefining properties or functions of the ReportGrid and then rebuilding itself using the new control definition without refetching data from the server.
Parameters: none
Example:
Redefine the footer and rebuild the control using current data:
grid.buildPreFooterRows
= function(parentElement) {
...
}
grid.reloadGrid();