palobo

Forum Replies Created

Viewing 2 replies - 31 through 32 (of 32 total)
  • Author
    Replies
  • in reply to: Table not being displayed correctly #84248
    palobo
    Participant

    Hey Tony.

    Managed to sort it out. Aparently it was some strange problem with the doctype declaration. Now working fine with XHTML 1.0 transitional.

    Thanks for the quick reply though.

    Cheers,

    P.

    palobo
    Participant

    Hi all

    Fortunately this is rather easy to acomplish using Zend Framework.

    If you use mtype: 'GET' in jqGrid, then use

    $page = $this->_request->getQuery('page'); in your Zend action.

    If you user mtype: 'POST' in jqGrid, then

    $page = $this->_request->getParam('page') in you Zend action.

    Hope this helps somebody!

    Cheers

Viewing 2 replies - 31 through 32 (of 32 total)

Stay connected with us in your favorite flavor!