Sorting in smart rendering

Sorting doesnt work if smart rendering is enabled. Is there any way to sort rows with smart rendering?

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
    scbr.com/docs/products/dhtml … index.html