Hi,
I using SfGrid v19.2.0.51.
I have found that with LazyLoading = true, only the top level caption rows are exported to Excel, even if the rows have been expanded.
Is there a way of exporting all rows to Excel, top level and children, regardless of whether the top level has been expanded or not? That is, perhaps the export could load all rows during its process?
(It would be important though that if the export could load all rows then it would not necessarily populate the grid with those rows, as I have found that a grid without paging that has a tens of thousands of child rows is extremely slow and memory hungry when it loads all of them - in my testing I have waited 10+ minutes for a grid to populate and memory usage on the server and in the browser can go up to 4GB!!)
Thanks.
Paul