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
145
Exporting to excel from xamGrid with paging turned on
posted

Hi!

I've tried the silverlight excel export sample and it works fine if there's only one page. However when there's more than one page in the xamGrid then it exports the current one since the xamGrid.Rows collection only has the current row set for the page. Is there a way to get all of the rows from all of the pages? I've tried it with ItemsSource, but that only contains the objects that are being bound and not the actual rows. I also need to think about the grouping functionality which will only complicate matters more if i try it with the ItemsSource.

Thanks!