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

RadGridView Export to Excel Group Styling

6 Answers 140 Views
GridView
This is a migrated thread and some comments may be shown as answers.
tony
Top achievements
Rank 1
tony asked on 19 May 2011, 04:52 PM
Hi,

I'm currently trying to export one of our RadGridView to excel and it seems that I dont have any control over the styling of indentation of the grid.

I'm looking at the example:
http://demos.telerik.com/silverlight/#GridView/Exporting

and it seems that the exported demo does not retain the look and feel of the grouped data. Namely, the indentation seems fixed rather than cascading. I tried to explore the ExportElement.GroupIndentCell but it doesn't have any properties specifying the level of indentation, it just specifies whether it is cancel-able or not.

Is it possible to export a RadGridView to look exactly like the grouped grid view? 

Tony

6 Answers, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 20 May 2011, 09:35 AM
Hello tony,

The default exporting of a grouped RadGridView does not support indentation visualization. However you can add a variety of elements into the exported file as in our Exporting Row Details demo in order to achieve a high level look-and-feel customization that fits your needs best. In this way you should be able to accomplish this task without much of an effort. Please, do not hesitate to contact us if any further inquiries occur.

Best wishes,
Ivan Ivanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
F Beto
Top achievements
Rank 1
answered on 29 May 2014, 03:37 PM
Hello Ivan Ivanov,

What about styling? how can i add styles?

Regards,
0
Boris
Telerik team
answered on 03 Jun 2014, 01:02 PM
Hello Franco,

For practical examples on how to add styles, you can check our ExportingExcelML and Exporting Silverlight demos. They demonstrate just that.


Regards,
Boris Penev
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Asutosh
Top achievements
Rank 1
answered on 13 Jun 2014, 09:22 AM
hi i am using radgridview
i am exporting it in excel
how to export radgrid in excel without OnNeedDataSource
i am binding datasource to radgrid on button click event 
if i am not use OnNeedDataSource,it give me object reference is null
my code for binding grid is 
 grd_firstchart_aco.DataSource = table;
 grd_firstchart_aco.DataBind();
















0
Ivan Ivanov
Telerik team
answered on 16 Jun 2014, 10:49 AM
Hi Asutosh,

Can you please confirm whether you are using Telerik's RadGridView for Silverlight?

Regards,
Ivan Ivanov
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Asutosh
Top achievements
Rank 1
answered on 16 Jun 2014, 11:01 AM
no
i am not working on silverlight
Tags
GridView
Asked by
tony
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
F Beto
Top achievements
Rank 1
Boris
Telerik team
Asutosh
Top achievements
Rank 1
Share this question
or