OK, I am using jqgrid to only display a subset of information.
I want to use a custom button in the nav layer to navigate to a new page where the user can enter a new record.
i.e. I want a button that says (New record" which, when clicked loads a new pagewhich contains my record input form and code.
I can create the bvutton fine, but I can't seem to find the right way to get it to call a function which loads a new page.
Any ideas??