Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Cut is used to move data table  content.
  • Copy is used to copy data table content.
  • Delete is used to delete data table content.
  • XML is used to view or add xml of the data table content.
  • Convert is used to change data table content to other content controls.
  • Add new is used to add the new columns in to table.

Example

It is also possible to format the data that you want to show. To accomplish this you should use the Template property.

 

Code Block
languagexml
        <Column Align="Left" Type="Text" XPath="">
            <Label>
                <Content><![CDATA[İmha Tarihi]]></Content>
            </Label>
            <Template><![CDATA[{{format(ImhaTarihi,'dd/MM/yyyy')}}]]></Template>
            <Footer>
                <Content><![CDATA[]]></Content>
            </Footer>
        </Column>