Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Is there a way to capture all the page records in jqgrid when exporting to excel

Is there a way to capture all the page records in jqgrid when exporting to excel

Scheduled Pinned Locked Moved ASP.NET
javascriptcsshelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    parkway
    wrote on last edited by
    #1

    But only the data in current grid was captured using the following method mya=jQuery(”#list2″).getDataIDs(); // Get All IDs" If I like to export all data (e.g. totally 18 records, 10 displayed in current grid and 8 in second grid page), is there a way to capture all 18 records without invoking the backend? i am not finding any solution only first page data is capturing in excel ... I am using var jqgridRowIDs = $(tableCtrl).getDataIDs(); // Fetch the RowIDs for this grid var allJQGridData = $(tableCtrl).jqGrid('getRowData'); var headerData = $(tableCtrl).getRowData(jqgridRowIDs[0]); Plz help me out.....

    D 1 Reply Last reply
    0
    • P parkway

      But only the data in current grid was captured using the following method mya=jQuery(”#list2″).getDataIDs(); // Get All IDs" If I like to export all data (e.g. totally 18 records, 10 displayed in current grid and 8 in second grid page), is there a way to capture all 18 records without invoking the backend? i am not finding any solution only first page data is capturing in excel ... I am using var jqgridRowIDs = $(tableCtrl).getDataIDs(); // Fetch the RowIDs for this grid var allJQGridData = $(tableCtrl).jqGrid('getRowData'); var headerData = $(tableCtrl).getRowData(jqgridRowIDs[0]); Plz help me out.....

      D Offline
      D Offline
      devvvy
      wrote on last edited by
      #2

      Can you not dump data source of the jqgrid and save as csv?[^]

      dev

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups