Returns a JavaScript representation of the specified grid page. (For information on pages, see Pages on Grids.)
<HFMwDataGrid>.GetProcessGridPageWithExpansionInfoAsJavaScript (lhPage, lvPage, sDisplayDataMode, varbForceGetPage)
Specifies the data display mode. Valid values are represented by the HFMConstants enumeration tagWEBOM_DATAGRID_DATA_DISPLAY_FLAGS, which is described in Data Information Display Constants. | |
Specifies whether to force a reload of the page. By default, if the horizontal and vertical page numbers are the same as the last request, the grid page is retrieved from a cache instead of the database. Passing TRUE will override this default by forcing a load from the database, passing FALSE will enact the default behavior. |