Yes, it seems to be some issue in it.
I'm logging it for a bugs that need to be fixed.
Micah, it's a core lib file change, that is available to paid. External config wont work with free pack unless i release 1.4.8 of free version.
Hi,
Another little thing.
When a toolbar is at the top, and I close my grid (click on caption) toolbar still remain outside. It would be nice to fix it.
Regards,
Budimir
This still doesn't seem to be working in the free version. As you said it was a "bug" I'm assuming the intention was that it should work for the free version? Any idea when this will be available?
Hello Lauren,
What i can recommend now is to follow us on twitter and g+.
We'll be publishing update there once ready.
Twitter: http://twitter.com/gridphp
Google: https://plus.google.com/111082462125061889695
hello i use 1.5 version, but have toolbar position bugs. would you like to help me?
Hello,
Please send the screenshots of the issues you are facing.
Also let me know if the issue also exist in demos/appr/toolbar demo.
when adding toolbar to TOP, can i add spacing or padding above and below icons and or text of buttons? if so how to please? thank you.
You can play with css (inspect using firebug) and override accordingly.
e.g.
<style>
/* big toolbar icons */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon { margin: 4px; }
.ui-jqgrid .ui-jqgrid-pager { height: 32px; }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div { line-height: 25px; }
</style>