BiGridRowHeaders
This component is used to paint the grid row headers for a BiGrid. The component asks the BiGridRow for the HTML for each item by calling getRowHeaderHtml.
This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiGridRowHeaders .
Constructor
new BiGridRowHeaders ( )
Parameters
No parameters.
Properties
None.
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
There is usually no need to create this component manually. It is created by the BiGrid as needed.