Good day! I just upgraded to version 2.8
I have many customs I’ve merged over the past few years into each update and everything seems to work okay so-far with the exception of my custom toolbar icons.
Have you made any changes to the way the custom toolbar icons work?
This is the standard code I am using – but no toolbars display;
Thanks
Mike
<script type=”text/javascript”>
jQuery(‘#list1’).jqGrid(‘navButtonAdd’, ‘#list1_pager’,
{
‘caption’ : ‘Home’,
‘title’ : ‘Return to Report Index Page’,
‘buttonicon’ : ‘ui-icon-home’,
‘onClickButton’: function()
{
window.open(“http:\\homepage_here.htm”,”_self”)
},
position: ‘first’
});
</script>
Hi,
Check out this link:
https://www.gridphp.com/docs/setup/ and at the end … Upgrading to v2.8 from previous versions.
It addresses exactly this case.