Question
Sorting Query Columns
Hello,
I am having issue.
When create a query, this query columns are sorted alphabetically. For example:
TestQuery = QueryNew("Date, Text, ID").
Probably not, but the dump shows: | Date | ID | Text |.
In my Flex application in the DataGrid, too.
How I can sort the Query columns that they remained in an order in which have been added in new Query?
Sorry for my English![]()
