SortItemsOn method (sort data by more fields)
Hello,
I have a datagrid control that i want to be sorted by two fields instead one. (it works fine with one filed though)
I am using the method SortItemsOn() which according the documentation, Sorts the elements of the current data provider by one or more of its fields.
However if i add two fields i get some weird result. e.g.
datagrid.sortItemsOn("Field1 Field2", Array.NUMERIC);
The Field1 is of date data type and the Field2 is textual field so maybe that's why it does not give the expected result.
Thank you so much
