grid page change rollback

Hi all, Im trying to rollback page modifications when changing page, but no success until now, any idea??.
I´ve tried reloading grid ( dhxGrid.clearAll(); dhxGrid.loadXMLString(dhxGridXmlStr);, where dhxGridXmlStr is a preloaded state of the grid dhxGridXmlStr = dhxGrid.serialize()) just before page changing with “onBeforePageChanged” event. But it doesnt work, pleasee help.

thanks anyway.

dhtmlxGrid doesn’t have functionality which can allow you rollback page modifications.
You can change page manually using changePage() method docs.dhtmlx.com/doku.php?id=dhtm … changepage