Click or drag to resize

GridContainerinitXML Method

Load this XML string/url into the grid.
XML
<table editable="true" multiselect="true"><columns><column width="100" align="left" order="0"></column><column width="200" align="center" order="1"></column></columns><thead height="20"><th>header 1</th><th>header 2</th></thead></table>

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function initXML(doc);

Parameters

doc
Type: string
See Also