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

[Solved] Grid Export Problem

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 02 Jul 2009, 10:45 PM

Hi,

I have a multilevel grid and I want to export them out as Excel. I set

 

 

 

ExportSettings.ExportOnlyData = true;

 

 

ExportSettings.IgnorePaging = true;

 

 

ExportSettings.OpenInNewWindow = true;

It can popup downloading window and export the master grid if I haven't expanded any detail table. However, if I ever expand any detail table, the grid will just display the export table in current page. I checked my code, the OpenInNewWindow is always set to ture before it call ExportToExcel().

However, if I set HierarchyLoadMode="Client" in the MasterTableView, I won't get the above problem even if I expand any detail table.

I want to use server side hierarchy load mode and avoid the above problem.
Does any body know this trick??

Thanks a lot,
Joe

 

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 08 Jul 2009, 05:48 AM
Hello Joe,

I tested the setup which you mentioned, and the control behaved as expected.
If the issue persists at your end, you can open a formal support ticket, and send us the problematic code, for additional review and testing.

Regards,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Joe
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or