Announcement

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

    ListGrid.exportClientData() docs link wrong method

    Hi Isomorphic,

    the links in ListGrid.exportClientData() both link DataSource.exportClientData(), while one should link DataSource.exportClientDataStatic().

    Best regards
    Blama

    #2
    Also, it would be good IMHO if the docs metion that exportClientData() needs all data client side and then needs to send them back formatted to the server which then generates the downloadable file.
    This is by nature a long running and browser blocking process, making this fearure only feasible for a small number of records, compared to exportData().

    So an addition to the existing:
    To export data from this component's dataSource, see exportData, which does not include client-side formatters, but does include formatters declared in the .ds.xml file. exportData() relies on both the Smart GWT server and server-side DataSources.
    Best regards
    Blama

    Comment

    Working...
    X