Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This control allows you to list your multiple records.

Design 

Add New Label

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. 

Section Name
Name of section is for controlling read only or visible state of a section. If set to a value this section can be configured in task properties.

Dynamic Rules
Through this button you can add two types of rules to the table content control. Click one of them and you will see it is listed above the button. It has two buttons to edit and delete the rule.

  • Formatting rules, allow you to change the formats (text color, background color, style) and visibility of a control depending upon a condition. 
    Further information here.

  • Validation rules, allow you to validate the data that is entered by the end-user. 
    Further information here.

Data

Bound XPath

XPath of the identity picker can be changed through this area.


 

Row Id XPath
 

Item XPath
 

Hierarchy XPath
 

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.

Export to Excel

This control allows you to export your records to excel. In order to accomplish this, all you have to do is, enable AllowExport in DataExchange and define the columns in this property.

<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

Other

Allow Moving XPath
Xpath to control item movement in list. Please use "0" to disable for always.

Allow Move Up/Down XPath
Xpath to control vertical item movement in list. Please use "0" to disable for always. 

Allow New XPath
Xpath to control adding new items movement to list. Please use "0" to disable for always. 

Allow Delete XPath
Xpath to control deleting items movement from 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

Other properties

  • Cut is used to move row layout  content.
  • Copy is used to copy row layout content.
  • Delete is used to delete row layout content.
  • XML is used to view or add xml of the row layout content.
  • Convert is used to change row layout content to other content controls those are database query, XML database query, conditional content, tabbed layout content, static panel, guide  message, flow layout content, activity stream, expression, XSL transform, Html or label.  
  • Add new is used to add the new columns in to table.

 

  • No labels