Grid attach paging to toolbar

My grid window is like this, and I want to move paging issue to right side of toolbar.
Can I get some source?
Thank you. :slight_smile:


Pl ease, try to ad the following css to your page:
.dhx_toolbar_material div.dhxtoolbar_float_left{
float: right;
}