gowger

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: handling 500 error #94036
    gowger
    Participant

    In the struts plugin that I am using then I found that I had to use

    onErrorTopics="error"

    and then I have the function to redirect to the logout page like this:

    $.subscribe('error', function(event, data) {

    in reply to: Custom pager #94012
    gowger
    Participant

    Hi Tony,

    With the struts plugin I'm using I had to give up on that approach and only use the jqgrid variables in click events because it uses the document.ready to load the grid. I ended up doing a bit of server side work to get the pages numbers for scripts. It's an extra server side count but it's not the worst case.

    Thanks for your help!

    in reply to: Custom pager #93551
    gowger
    Participant

    Ok I got it working using this function attached to onclick of my buttons. Apologies for the spurious post.

    in reply to: Custom pager #93550
    gowger
    Participant

    Ok i found one dumb mistake!

    jQuery.('#gridtable').trigger("reloadGrid");

    should be (no dot!) I also found that the $('#gridtable'). ….

Viewing 4 replies - 1 through 4 (of 4 total)

Stay connected with us in your favorite flavor!