dhtmlxFolder was worked incorrect sort by filesize. filesize is number but it was sorted like string.
what should i do?
Are you using folder or dataview?
In dataview, sort command accepts data type
view.sort("Version","asc","int");
thank you very much