Announcement

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

    ListGrid.exportData(dsRequestProperties), how to rename the header names in the expor

    Hi

    I am using smartGWT 3.1, browser fire fox 10.0.2

    Exporting ListGrid to Excel in CSV format, using exportData(dsRequestProperties).

    I would like to rename the header names in the exported excel, instead of the column name which comes from the database.
    When grid is created, grid column name is dynamically created, I want to use that name in exported excel.

    This functionality was working with smartGWT 2.5, with 3.1 I am getting the column names from database.

    Could you please recomand the better way to rename the header name in the exported excel.

    Appreciate your help

    #2
    exportTitles is still the way this is set. If you're having trouble with this API, please provide the usual details.

    Comment

    Working...
    X