Sorting Grid

I have a grid, when I sort a column, it sort like this:



showa

az

Z398

What

ShowFinr

About



and I want it sort like this:



Z398

What

showa

ShowFinr

About

az



how can I do this?Thanks.

By default sorting in grid is cases sensitive, if you need to have case not-sensitive sorting - you can define custom sorting with any necessary rules.
dhtmlx.com/docs/products/dhtmlxG … d_art_sort