Hello Guys
We provide a web portal service for our clients that use our desktop software. We interact with the local database for the software using PHP and an appropriate extension for the database engine however we have run into an issue.
We have one client that has 2 separate versions of our desktop application and we need to show both in the grid. This has to be done with 2 separate queries as they are in 2 totally different database locations.
This works great, however none of the data is sorted.
My question is this. Is there a way to force the dhtmlxGrid to sort itself after the data has been loaded from the generated XML?