lghinet

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: jqGrid 3.5.2 BUG IE8 page index in ajax request #88595
    lghinet
    Participant

    $page = $_GET['page']; // get the requested page
    $limit = $_GET['rows']; // get how many rows we want to have into the grid
    $sidx = $_GET['sidx']; // get index row – i.e. user click to sort
    $sord = $_GET['sord']; // get the direction if(!$sidx) $sidx =1;

    does this look familiar ?

    i use this sample code the you provide from the demo app, but on IE8 .. sometimes i cant figure it out when and how

    $page and $limit are blank ! and my sql query crashes

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!