Im trying to use your sorting feature for Grids. The basic functionality "sorting on click on the headline" works fine.
But now I want sort my list directly after opening my list. I already found the corresponding chapter in your documentation (page 38). But I do not exactly understand how it works. Could give me a little example? What steps do I have to do exactly to sort my list?
the API for the sorting (which is called internally when pressing the column header) is not opened - you could call it internally, but this is a hack. We just added the API into our current version - it will be available with the next update. API is very simple: sort(String sortReference, boolean ascending)
Availability: next Update (scheduled for next Monday)