Hello:
I export excel from the XamGrid that has more 80K rows, the IE would be not responding. so how can I export large data but let the IE be responding.
Thank you!
Hi,
The way the Excel Library works, yes it would be technically possible, however, you'd have to write all the async logic yourself, by basically using a timer do some work in the thread, then stop, until the next timer tick etc...
Or you can wait until our 11.2 release which should be out in about a Month or so, in which we are introducing a xamGrid Excel exporter, which offers an async option.
-SteveZ