ArraySort property array


This array signal to ErgoDataGrid the N*2 data-source fields to utilize for the grid sorting on the basis of a script or of a click on one or more of the N columns header.
every one of its element is formed by two fields: first one rappresent that which enstabilsh ascendenting order, set by the final user with a click on the column header (after this operation appear an up arrow close to the title), the second is for the descending order (this time appear a down arrow).
To know how to set sorting and filtering by code, see the function SetFilterSort.



   Sintax

ArraySort = [["ascDataField0","descDataField0"],["ascDataField1","descDataField1"],...,["ascDataFieldN-1","descDataFieldN-1"]]



   Possible values

ascDataField String with the field name the compare on the first row of the CSV table passed to ErgoDataGrid in client or server way, which indicate what field associate to the relative grid column to establish ascendenting order.
descDataField   String with the field name the compare on the first row of the CSV table passed to ErgoDataGrid in client or server way, which indicate what field associate to the relative grid column to establish descendenting order.