[DhtmlXGrid] Performance

Hello,

I have inserted a grid into a webpage used to display logs (loaded from a XML file generated by PHP). The problem is that the search process is very very very slow! It takes at least 10 sec to sort a grid that only contains 600 records! I have tried to use smartrendering, bufferings, … functions but the sorting is still very slow!

How could I increase the performance of dhtmlXgrid?

Thx

Client side sorting is not good idea for 600 rows grid. We recomend using server side sorting. This technique is demonstrated in scbr.com/docs/products/dhtml … index.html where 10000 records are sorted in less than a second.