Sorting/Paging The Sorting/Paging page allows you to define the sorting criteria and paging type and size in the web part. The Sorting/Paging page contains the following elements: Table 11. Sorting/Paging Element Description Sort Fields Allows you to define the initial sorting criterion for the data. This is the syntax for this property: FieldName1 [SortDirection], FieldName1 [SortDirection] SortDirection is either ASC (ascending order) or DESC (descending order). The FieldName and the SortDirection are case sensitive. If the SortDirection is not specified, ascending order is assumed. For example: First Name ASC, Last Name DESC, Company NOTE: You cannot define criteria to sort custom fields. To sort custom fields, click the column in qListView. You can sort custom fields under the following circumstances only: • the custom field search data total count is less than MaxQueryRowCount's value (by default, this value is 2000) • the custom field is only a calculated value • the custom field’s calculated value is not written in JavaScript code Child View Sort Fields Defines the initial sorting criterion for the data in the view for the child records. This property has the same syntax as that of the Sort Fields property. Disable Multi Column Sorting Allows you to sort the listview one column at a time. This means that if the user clicks a column header to sort the data by that column, any previous sort with another column is cancelled. The default value of this property is false, which means the user can sort using multiple columns. Paging Mode Allows you to select the type of pager that is displayed at the bottom of the listview if the items must be divided into multiple pages. Page Size Allows you to set the maximum number of rows that is displayed in one page. If the number of rows is larger than the Page Size, the data is divided into several pages. You can navigate the pages using the Pager displayed at the bottom of the listview.