is there a way to sort a ListView or the DataSource?
don't want to use group because i don't need the title of it. i'm getting the data from sqlite and i don't have sorting information in DB, i need to generate it first.
2 Answers, 1 is accepted
0
Accepted
Stefan Dobrev
Telerik team
answered on 23 Sep 2013, 08:55 AM
Hi Dominik,
You can use the sort option of the DataSource's query. More information in the API reference here or in this online example.