Click or drag to resize

TreeGridContainergetXml Method

Gets XML representation of the grid.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function getXml(useValues, withSubRows);

Parameters

useValues
Type: bool
Boolean flag to use the cells values or labels. True is default.
withSubRows
Type: bool

Return Value

Type: [T:(Any)]
string
See Also