Announcement

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

    exportClientData is not exporting the column title as header.

    I am using exportClientData on a list grid. Everything works fine except that the column header contains field names instead of title. Am I missing anything?

    FYI, I set canExport as false on certain fields but the fields are still being exported. though I was able to fix this by using the exportFields properties which is working.

    Version I am using is v8.3p_2012-11-27/Pro Development Only (2012-11-27)

    Code:
    var fieldToExport = ["field1", "field2"];
    MyGridID.exportClientData({ exportAs: "csv", exportDisplay: "download", exportFilename:"exports.csv", exportFields:fieldsToExport});
    Last edited by asingla; 27 Feb 2013, 10:05. Reason: Version Information

    #2
    Found it. I had old version of isomorphic_core_rpc.jar file. Both of the above issues are invalid with v8.3p_2012-11-27Pro.

    Comment

    Working...
    X