Is there a way to align the paging buttons on a tool bar to the right?
The aToolBar private property is toolbar object. Therefore, you do the following:
var h = dhxGrid.attachEvent("onPaging",function(){
this.aToolBar.setAlign("right");
this.detachEvent(h);
})