This is a migrated thread and some comments may be shown as answers.

Silverlight GridView export using VirtualQueryableCollectionView

3 Answers 56 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yezdi
Top achievements
Rank 1
Yezdi asked on 19 May 2013, 02:35 AM
Hi,
I am using Silverlight RadGridView with VirtualQueryableCollectionView for virtualized data loading while scrolling. I want to use Export features but as the current Export functionality will only export the data which is already loaded in the visible area of the grid, how should i proceed ?

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 20 May 2013, 08:05 AM
Hello,

I have pasted what I answered to the other forum thread:
If you want to be able to export all items you must ensure that they are loaded. Thus, I am afraid that you cannot achieve the desired behavior when using the Data Virtualization as it items are loaded when requested to be shown into view. I can suggest you to use a QueryableCollectionView or other collection that has all the items available.
 

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Yezdi
Top achievements
Rank 1
answered on 22 May 2013, 05:36 PM
If i get the entire data through a query, is there any other support/api from Telerik to export the data to excel/csv/pdf without giving the reference of the RadGridView ? 
0
Dimitrina
Telerik team
answered on 27 May 2013, 11:50 AM
Hello,

For more complex scenarios I would recommend you to use our Reporting tools (Telerik Reporting). In this help article you can find out how to generate a report in code behind.

Regards,
Didie
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Yezdi
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Yezdi
Top achievements
Rank 1
Share this question
or