Besides the data in the RadGrid, Is it possible to export some additional information also in the excel sheet? If yes, then how?
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 14 May 2008, 01:57 PM
Hello Sonia,
You could export to excel addition information if it is placed inside the grid control. For instance you could use the Caption property of the grid MasterTableView to add text to the exported excel, or the CommandItemTemplate for adding there your custom controls. Any additional information for the data you want to export could help us provide you with better solution.