jaydata icon indicating copy to clipboard operation
jaydata copied to clipboard

Wierd sorting in KendoUI grid and jayData/indexedDB

Open cmburns opened this issue 11 years ago • 0 comments

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:

  1. Load the fiddle
  2. click on the head of column 'sorting' of the grid called 'Datasource' to sort the data by the 'sorting' values
  3. click on the head of column 'sorting' of the grid called 'inexedDB' to sort the data by the 'sorting' values
  4. 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!

cmburns avatar Dec 11 '14 10:12 cmburns