Img for sort in V3 but not in V4.6.1

Hi,

in grid V3.0 (pro) when I sort a column an arrow appears (sort_asc.gif), but not in V4.6.1 (pro).

In dhtmlxgrid.js V3.0, there is :

this.sortImg.src=this.imgURL+"sort_asc.gif"

but in dhtmlxgrid.js V4 I don’t see “this.sortImg.src”.

How to see an arrow (or other indicator) when I sort a column ?

There is no need for any extra commands, this functionality must work by default.
In version 4.x the same image is set by CSS. So be sure that you are using the updated css file. If you have changed location of CSS file, you may need to update the relative path to the sortnig image.

Thank you.
I modify the path in the css and it’s OK.