Custom Navigation Buttons not working after upgrade to 2.8

QuestionsCustom Navigation Buttons not working after upgrade to 2.8
Michael Sheppard asked 2 years ago

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>

2 Answers
Abu answered 2 years ago

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.

Michael answered 2 years ago

I just found that in the demo and came-here to close the ticket – I found the solution!

Thank you for the prompt response!

 

MIke

Your Answer

4 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?