Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Export excel from the XamGrid
posted

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!

 

  • 40030
    Offline posted

    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