Because all MForm repeated items implement the IDataItemContainer interface,
it is possible to get the Xml node associated with the item, with the use of XPath
and XPathSelect methods.
Using the <%# XPath("xpathExpression") %> or <%# XPathSelect("xpathExpression") %> inside the Content property of MForm controls,
XML data of the current navigator context can be retrieved.
In the following example, the office data is presented. The Payment
element of the Person element is not displayed with the use of MForm.
Instead, a databound gridview is created.
Notice, that all this functionality was created without the use of a single line
in code-behind.