Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid.exportData vs. ListGrid.exportClientData

$
0
0
1.SRC=isomorphic/system/modules/ISC_Core.js?isc_version=v9.0p_2013-11-03.js


With large data sets in a ListGrid which export option has the best performance in general out of exportData and exportClientData?
I have observed that exportClientData still sends all of the rows to the server then receives them back as the downloaded file, while exportData uses a fetch() call to get the rows then formats, and sends the file.

Viewing all articles
Browse latest Browse all 4756

Trending Articles