Hello all,
I have a grid with cells formatted as floating numbers, populated via array (all numbers, no strings here). Some columns show a very strange sorting behavior, like
-29.07872
-31.72483
-34.86176
-54.39821
-6.42013
-7.00634
-7.24155
The fragments of my grid settings:
columns:[{ text: 'Max DD', datafield: 'a5',cellsalign: 'right', width: 70, cellsformat: 'F5' },{...},{...}]...source: corrAdapter,editable: true,sortable: true,columnsresize: true,theme: theme,
What am I missing here? Actually, sorting works fine on other columns with value ranges <1, but not on that one.
Thanks