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

Problem with exporting the DetailTable data

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DW Web Team Member
Top achievements
Rank 2
DW Web Team Member asked on 02 Sep 2009, 08:10 PM
Hi,

Had a problem with the exporting data of the DetailTable.
Found the solution on one of the forums.

Added those lines:
myGrid1.MasterTableView.HierarchyDefaultExpanded = true;
myGrid.Rebind();

Thank you very much.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 02 Sep 2009, 08:59 PM
Hello,

Try one of the following settings:

1) IgnorePaging="false"

2) HierarchyDefaultExpanded="true"

I hope this helps.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
DW Web Team Member
Top achievements
Rank 2
Answers by
Daniel
Telerik team
Share this question
or