I have a need to save the grid information as an Excel document and save it to SharePoint. Does anyone know of a way to use the export feature to do this? If I can get the physical file, I already know how to upload it to SharePoint.
1 Answer, 1 is accepted
0
Tsvetoslav
Telerik team
answered on 17 Sep 2012, 09:50 AM
Hi Seth,
There is no automatica way that you can do this with RadGrid. However, you can attach an event handler to OnGridExporting event and use the OutPut property of the incoming event arguments to get a hand on the export content. Then you can use it to save to SP 2010 if the latter supports such a programmtica operation. If not, just save the excel file from the grid and then upload it to SharePoint.
Regards,
Tsvetoslav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.