Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Udaya.R on Jun 09, 2008 03:22
open dhtmlx forum
Sorting Problem in smart rendering

Sorting in smart rendering is not working.happened to check your following response. Didnt understand much from this….The link you have provided is not working I suppose. Also the smart rendering concept is not working with the new srnd js file which we downloaded from your site.So we are currently using v.1.5. Please tell how to rectify this???

Your response to a similar question -

In case of SmartRendering mode soting on client side not possible ( because all data not loaded|parsed ), so the only way to have such functionality - server side sorting - you can catch "onSort" event and instead of native sorting just reload grid, with sending some additional param to server, which will cause response to be sorted in necessary order.

You can check online sample
http://www.scbr.com/docs/products/dhtmlxGrid/samples/10000/index.html

With Regards,

Udaya.R
Answer posted by Support on Jun 09, 2008 05:23
>>lso the smart rendering concept is not working with the new srnd js file which we downloaded from your site
The smart rendering works correctly for both static and dynamic modes, there were no changes in SRND logic for server side ( client side logic was updated, but it compatible with older code ). Please be sure that you are using all js files from the same release ( mixing files from different version can cause problems )

>>You can check online sample
The correct link is
    http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000.html
The full code of sample included in dhtmlxgrid package ( both pro and standard editions )