We want to customise the controls inside the Grid's pager.
With the following settings it's generating what's in the actual.png. We would like to achieve the template in required.png.
Is it possible to move the controls and change the content inside the pager?
With the following settings it's generating what's in the actual.png. We would like to achieve the template in required.png.
Is it possible to move the controls and change the content inside the pager?
<GridSettings>
<GridPagerSettings InputType="PagerInputType.Input"
PageSizes="@PageSizes"
ButtonCount="5"
Adaptive="true"
Position="PagerPosition.Bottom">
</GridPagerSettings>
</GridSettings>