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

[Solved] GroupBy and Excel export

1 Answer 160 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andreas Kaech
Top achievements
Rank 1
Andreas Kaech asked on 25 Mar 2008, 06:31 PM
Hi,
I need to export a grid to excel without grouping.
I've tried:

RadGrid1.MasterTableView.GroupByExpressions.Clear();  
RadGrid1.Rebind();
RadGrid1.MasterTableView.ExportToExcel();

Why this not cancels the GroupByExpression?

Regards,
Andreas

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 27 Mar 2008, 12:05 PM
Hello Andreas,

Do you refer to the same problem that Robert describes in this forum thread?

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Andreas Kaech
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or