Show TOC

Background documentationi5Grid Methods

 

You can use scripting methods to return information from an SAP Manufacturing Integration and Intelligence (SAP MII) i5Grid.

Features

The following table lists common i5Grid methods:

Method

Use

getGridObject()

Gets a reference to the underlying grid display component

update(Boolean bReloadData)

Updates the grid contents. The parameter indicates whether or not to reread the underlying data. If the underlying query is time-based, the refresh() method updates the start and end dates based on the current time less the duration, but this method uses the specified dates.

doPrint()

Displays a printable HTML page with a GIF representation of the grid

registerRowSelectionEventHandler (var myhandler)

This method will be called in OnRowSelection. You must pass Javascript method as the parameter to the method.