level420

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: How do I get the complete data array out of jqGrid #94807
    level420
    Participant

    Well after digging arround in the documentation I found the answer myself:

    jQuery(“#mygridid”).jqGrid('getRowData')

    returns the grid data of all rows as an array of ojects. Converted to JSON and packed as base64 I'm sending all the grid data via jQuery.post(…) back to the server.

    Solved!

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!