Server side sorting for HTML

Hi,

I am using evaluation copy.

I am trying to convert existing tables to grid. How do I do server side sorting when converting existing html table? Is it possible to call a java program that would take care of the sorting? The program would return the entire table again after sorting and grid can be rendered again.

Thanks!

It not possible to use server side sorting if you initialize grid from html table.
You can use server side sorting only if you load grid rows from data base.
Please find tutorial here docs.dhtmlx.com/doku.php?id=dhtm … ep_by_step

Is it possible to call a java program that would take care of the sorting?
You can try to use dhtmlxConnector for Java. dhtmlxConnector is a set of Java classes which helps to simplify server side operations related to dhtmlx library components. Please find tutorial here docs.dhtmlx.com/doku.php?id=dhtm … orjava:toc
You can download beta version here dhtmlx.com/x/download/regula … 9_java.zip