tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Empty values are not sorted correctly. #919

Closed wonhyoung05 closed 5 years ago

wonhyoung05 commented 6 years ago

I found an issue while testing at the guriddo demo page http://www.guriddo.net/demo/guriddojs/sorting/server_side/index.html. When sorting by "Ship Name", rows with empty "Ship Name" are not sorted correctly.

tonytomov commented 6 years ago

Hello,

Thank you for the note. Actually as from the example name is seen - the sorting is performed at the server. The problem was that the shipname column contain unusual characters and we have forgot to set utf-8 charset, which causes empty values. Now the problem is fixed.