We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following worked in 3.7.1 but is giving an exception in 4.0.3
uncaught exception: jqGrid - No such method: navGrid, also same error for navButtonAdd
$("#myTreeGrid").jqGrid('navGrid','#myTreeGridPager',{view:false, edit:false, add:false, del:false, refresh:false, cloneToTop:true},{}, {}, {}, {multipleSearch : true}, {closeOnEscape:true}) .jqGrid('navButtonAdd',"#myTreeGridPager",{caption:"", buttonicon:"ui-icon-refresh", onClickButton:envHandleRefresh, position: "last", title:"Refresh", cursor: "pointer"})
What replaced the navGrid and navButtonAdd methods? Is there an alternative syntax that will work instead? Thanks, Oscar Nazario LLNL
The text was updated successfully, but these errors were encountered:
Oscar, I've started working this issue and it appears that the jqgrid support in the latest struts2 release does not include the treegrid libraries.
Is anyone out there monitoring this issue or have some suggestions as to a work-around other than not upgrading?
Sorry, something went wrong.
No branches or pull requests
The following worked in 3.7.1 but is giving an exception in 4.0.3
uncaught exception: jqGrid - No such method: navGrid, also same error for navButtonAdd
What replaced the navGrid and navButtonAdd methods? Is there an alternative syntax that will work instead?
Thanks,
Oscar Nazario
LLNL
The text was updated successfully, but these errors were encountered: