I have a webpage that uses Kendomobilelistview control
here -> http://krfrettir.com/App/Result/LatestResult
and this page is using this JSON data call
-> http://krfrettir.com/App/Result/GetLatestResult
But the json return list where LeikDagur(datetime) is in correct order (newest first) but the Kendo view is not using any sorting it takes this json data and randomly prints out the list.
Could someone maybe tell me why this is happening?