Skip to content Skip to sidebar Skip to footer

How To Print Jqgrid With Onclick Print Function On Navbar?

I am using this http://www.trirand.com/blog/?page_id=393/help/improved-print-grid-function/#p28903 solution to include a print function on my navbar. All I get is a warning from th

Solution 1:

You use jQuery 1.9.0, but jquery.printelement.js seems to use $.browser which is removed from jQuery starting with version 1.9 (see here). You can just use jQuery 1.8.3 or use jQuery Migrate plugin (see here and here) together with jQuery 1.9.x.


Post a Comment for "How To Print Jqgrid With Onclick Print Function On Navbar?"