Can someone give simple instructions on exactly how to impliment exporting an ultrawebgrid to Excel? I see the UltraWebGridExcelExporter, but I'm not exactly sure what to do with it.
Hello,
You can use directly the method export and give the UltraWebGrid instance as a parameter to it. this.UltraWebGridExcelExporter1.Export( this.ultraGrid1);
You can find more details here about the exporting data to excel:http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.1/CLR3.5/html/WebGridExcelExporter_Export_Data_to_Excel.htmlI hope this helps.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Thanks! THis is exactly what I was looking for. I wonder why I didn't see this in any of the online searches I did.