Hi Isomorphic,
Is there a way to get a JSON String representation of a RecordList representing the the record data in the RecordList?
We have tried using JSONEncoder on the grid.getDataAsRecordList() but it always comes back as {} and doesn't include any record data from the RecordList.
We also tried with a Tree.
Thanks
Is there a way to get a JSON String representation of a RecordList representing the the record data in the RecordList?
We have tried using JSONEncoder on the grid.getDataAsRecordList() but it always comes back as {} and doesn't include any record data from the RecordList.
We also tried with a Tree.
Thanks
Comment