Hey,
I have standart version of dhtmlx.
I have a problem with sorting diacritic latters in SK or CZ lang.
Fore Examle I have a database column in utf_8_general_ci encoding.
Example:
‘Name’
Michal
Ľubo
Ludmila
And sorting of this one for example ASC is
‘Name’
Ludmila
Michal
Ľubo
but I need to be like :
‘Name’
Ludmila
Ľubo
Michal
Is there any option to set string sorting encoding in dhxGrid to sort in right order
without server side sorting ?
Thx.