ASP.NET Pack Programmer's Guide
Grid.addRowHeader Method
See Also
 





Adds the specified header to the grid as a new row header.

Namespace: MindFusion.Diagramming.Lanes
Package: Grid.js

 Syntax

JavaScript  Copy Code

function addRowHeader (header, [parent, [i]])

 Parameters

header

The Header object to add.

parent
Optional.

The parent header to add to, or null, to add the new header as a root column.

i
Optional.

The index at which the header was added in the collection.

 Example

The following example adds a new header at the end of the row collection of an existing lane grid.

JavaScript  Copy Code

grid.addRowHeader(new Header());

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace