I was wondering if there is an option for users to add controls/buttons to Datagrid paging bar. For e.g., in my project I would like to use space in the paging-bar and add action buttons on the left while moving paging controls to right.
asked
Atul Deora
1 answers
0
These things can be achieved by CSS and perhaps a HTML snippet with JavaScript to add custom action buttons into the grid header nodes. Bootstrap classes like ‘pull-left’ and ‘pull-right’ can also help in these cases of moving the whole pagination button area.