This control allows you to list your multiple records.
Design
Add New Label
Will be updated.
Rules
Required for Group
Enter any name into this area to specify a validation group for the table content. After that when you enter this same validation group name into Validation Group area on any action button of any task, it will be checked for validation whenever the action is selected on the form.
...
XPath of the table content can be changed through this area.
...
Row Id XPath
Will be updated.
Item XPath
Will be updated.
Hierarchy XPath
Will be updated.
Filter XPath
By using Filter Xpath, it is possible to refine the content of the table. For this example, only the rows where IsCustomer node is set to true, will be displayed.
...
<DataExchange AllowImport="False" AllowExport="True">
<Columns>
<Column Caption="Form No" Type="Text">
<XPath><![CDATA[FormNo]]></XPath>
</Column>
<Column Caption="Owner" Type="Text">
<XPath><![CDATA[Owner]]></XPath>
</Column>
<Column Caption="Date" Type="DateTime">
<XPath><![CDATA[FormDate]]></XPath>
</Column>
</Columns>
</DataExchange>
Sort XPath
Will be updated.
Other
Allow Moving XPath
Xpath to control item movement in list. Please use "0" to disable for always.
...
Allow Delete All XPath
Xpath to control clear the list. Please use "0" to disable for always.
Monitored XPaths
Will be updated.
Other properties
- Cut is used to move table content.
- Copy is used to copy table content.
- Delete is used to delete table content.
- XML is used to view or add xml of the table content.
- Convert is used to change table content to other content controls.
- Add new is used to add the new columns in to table.
...