Grid Methods



A subfile grid is one of the most involved widgets in Profound UI. The getObj() function can get a reference to the main DOM element for the grid. However, the grid may be comprised of other related DOM elements, such as the scrollbar or the paging bar. These components are managed by a higher level grid object, a reference to which can be obtained by accessing the "grid" property on the main DOM element for the grid. This higher level object contains a number of supplementary methods that allow you to work with the grid widget.

The typical way to access these methods is to use the following syntax:

getObj("Grid1").grid.method(parameters)

Where Grid1 is the id of the grid and method is the name of one of the methods listed below.