Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Paul Smith on Jun 05, 2007 14:56
open dhtmlx forum
Displaying sort indicators with Smart Rendering

I have dhtmlxGrid and I'm using Smart Rendering.

I want the user to be able to sort by clicking on the headers. I realise this can't be done by dhtmlxGrid itself, so I can get the sorted data from the server OK.

However, I'd like to be able to set the sort indicators in the grid headers (as if dhtmlxGrid was doing the sorting). Is there any way I can set these indicators myself?

Answer posted on Jun 05, 2007 15:57
It can be done by

    grid.setSortImgState(state,ind,direction,row);

      *    @param: state - true/false - show/hide image
      *    @param: ind - index of field
      *    @param: direction - ASC/DESC - type of image
      *    @param: row - zero based index of header row, optional, used in multirow headers, top row by default


Answer posted by Alexandra (Support) on Dec 08, 2014 19:31

Not much can be said in addition to the reply above, but you also can check php file upload with progress bar and dhtml modal and find out what we have probably missed in our explanation.