Hi,
Is there a way to reduce the size of the toolbar height (including autosizing the tool buttons)?
Thank you.
1 Answers
A quick solution could be to use zoom css property, add this css onpage after the inclusion of css files.
<style>.ui-jqgrid .ui-pager-control {zoom: 0.8;}</style>
Your Answer