Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid pagination and exporting

    Greetings,

    We're using Ver 8. At present I am loading a listgrid using custom pagination (progressive loading) without backing it using a datasource. Before this approach, we were loading the entire resultset into the listgrid and used exportClientData to achieve the same. With pagination, this exportClientdata approach won’t work.

    My question is, are there any other ways to export full resultset including list grid sort order and filter conditions, in this scenario?

    Please let me know if you need more info or code.

    Thanks!

    #2
    Yes - exportData (without the word "client" goes to the server and exports whatever DSResponse you provide in the requested format.

    Comment

    Working...
    X