Announcement

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

    exportData method from ListGrid and dataSource doens't export the title

    Hello Isomorphic,
    I use smartGWT 5.0 version. When I call grid.exportData or datasource.exportData methods the title names was not consider(like in exportClientdata method), and is used the fieldName. BTW, I used 3.1 version and everything worked fine, titles was used in export. Is something changed in implementation? Or can you give me an idea how to export the titles but not to use exportClientdata method?

    Thank you.

    #2
    You didn't mention anything about what format you are exporting to. The defaults for whether titles are used differ by format, and are explained under the docs for dsRequest.exportPropertyIdentifier, which is also the property you use to control whether names or titles are used.

    Comment

    Working...
    X