I am using RadGrid control and I need to export the grid as an excel but export to excel icon is not showing in command item settings tag.
<CommandItemSettings ShowExportToWordButton="true" ShowExportToExcelButton="true"
ShowExportToCsvButton="true" />
Please suggest ASAP.
<CommandItemSettings ShowExportToWordButton="true" ShowExportToExcelButton="true"
ShowExportToCsvButton="true" />
Please suggest ASAP.
5 Answers, 1 is accepted
0
Cori
Top achievements
Rank 2
answered on 04 Nov 2010, 01:06 PM
Hello Sanjeev,
I don't see why it wouldn't show, when you have it set to true. Do you also have CommandItemDisplay set on your MasterTableView?
I don't see why it wouldn't show, when you have it set to true. Do you also have CommandItemDisplay set on your MasterTableView?
0
Sanjeev
Top achievements
Rank 1
answered on 04 Nov 2010, 01:12 PM
It is in MasterTableView iteself and when I try to see ShowExportToExcelButton attribute in CommandItemSettings it is not visible.
I am using Telerik.Web.UI dll with 2009.2.862.20 version. Is it version problem or something else.
I am using Telerik.Web.UI dll with 2009.2.862.20 version. Is it version problem or something else.
0
Hello Sanjeev,
Please refer to the below articles:
http://www.telerik.com/community/forums/aspnet-ajax/grid/grid-export-to-excel.aspx
http://www.telerik.com/community/forums/aspnet-ajax/grid/rad-grid-export-to-excel-problem.aspx
Best wishes,
Vasil
the Telerik team
Please refer to the below articles:
http://www.telerik.com/community/forums/aspnet-ajax/grid/grid-export-to-excel.aspx
http://www.telerik.com/community/forums/aspnet-ajax/grid/rad-grid-export-to-excel-problem.aspx
Best wishes,
Vasil
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
Cori
Top achievements
Rank 2
answered on 05 Nov 2010, 01:01 PM
Hello Sanjeev,
Can you show us your full RadGrid declaration, so we can see if you missed something in your RadGrid settings, which would cause the ExportToExcel button not to show?
Can you show us your full RadGrid declaration, so we can see if you missed something in your RadGrid settings, which would cause the ExportToExcel button not to show?
0
panchooo
Top achievements
Rank 2
answered on 03 Dec 2010, 12:00 AM
in the radgrid property builder, in the grid hierarchy objects group box select master table
after that press the link toggle property grid
sort by order
and in the property CommandItemSettings you can set the t
to true
after that press the link toggle property grid
sort by order
and in the property CommandItemSettings you can set the t
ShowExportToExcelButton
to true