Wierd sorting in KendoUI grid and jayData/indexedDB
Hi,
I face a wierd sorting if I use a KendoUI grid together with jayData and indexedDB. (I tested in latest Chrome browser on desktop and Android tablet)
Please take a look at my fiddle:
http://dojo.telerik.com/AWAGe
There is a comparison between a grid using KendoUI datasource filled with local data and another one filled (same data!!!) using jayData and indexedDB.
To reproduce the this problem:
- Load the fiddle
- click on the head of column 'sorting' of the grid called 'Datasource' to sort the data by the 'sorting' values
- click on the head of column 'sorting' of the grid called 'inexedDB' to sort the data by the 'sorting' values
- watch the column 'sorting' of the grid called 'indexedDB'
The sorting of the grid called 'datasource' is OK. The sorting is incorrect, completely distorted!?!
What goes wrong here?
I already contacted Teleric support team. They say I should contact jayData since the 'normal' sorting works (I mean that one which is bound to kendoui datasource and not to indexedDB). They say there is a problem of jayData and the underlaying indexedDB of Chrome.
Need your help!
Thanks a lot!