Computer Surgeon
Top achievements
Rank 1
Computer Surgeon
asked on 01 Jul 2009, 10:38 AM
Hi there,
Is it posible to export the Outlook format RadGrid to Excel. If so, any examples available
Thanks!,
Is it posible to export the Outlook format RadGrid to Excel. If so, any examples available
Thanks!,
4 Answers, 1 is accepted
0
Accepted
Hello,
I created a demo project for you. Please test it locally and let me know if you have any questions.
Regards,
Daniel
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.
I created a demo project for you. Please test it locally and let me know if you have any questions.
Regards,
Daniel
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.
0
Computer Surgeon
Top achievements
Rank 1
answered on 01 Jul 2009, 11:51 AM
Hi,
Thanks!, for your demo. I'm able to export the Data to Excel . But, by default i need to expand the outlook RadGrid in Excel File so i used the following statement . That does't work either...
RadGrid1.MasterTableView.HierarchyDefaultExpanded = true;
In given demo also its not mentioned. Please let me know am i missing anything.
Thanks!
Thanks!, for your demo. I'm able to export the Data to Excel . But, by default i need to expand the outlook RadGrid in Excel File so i used the following statement . That does't work either...
RadGrid1.MasterTableView.HierarchyDefaultExpanded = true;
In given demo also its not mentioned. Please let me know am i missing anything.
Thanks!
0
Hello,
I just tested the demo and noticed that all the groups are expanded by default. Please check the attached screenshot.
Best regards,
Daniel
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.
I just tested the demo and noticed that all the groups are expanded by default. Please check the attached screenshot.
Best regards,
Daniel
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.
0
Computer Surgeon
Top achievements
Rank 1
answered on 02 Jul 2009, 05:58 AM
Hi there,
Thanks! for your reply . After giving "RadGrid1.MasterTableView.GroupsDefaultExpanded = true;" in code behind it worked fine thanks once again.
Thanks! for your reply . After giving "RadGrid1.MasterTableView.GroupsDefaultExpanded = true;" in code behind it worked fine thanks once again.