I am exporting a WebDataGrid to excel and everything is working fine, but I am trying to add a comment to the exported cell based on the Tooltip of the grid cell. In the ExcelCellExportingEventArgs the GridCell property is always NULL, how can I get the tooltip of the grid cell to create an excel comment.
Version 15.2 is what I am using.
Thanks
David
Hello David,
Rather than using CellExporting you should use the GridRecordItemExporting event:
https://ko.infragistics.com/help/aspnet/web-webexcelexporter
From there you'll be able to access the GridCell as expected.
Please note that the CellExporting event is obsolete and no longer maintained in 15.2. For more information, please see the API documentation for the CellExporting event:
If you have any questions or concerns about this matter please let me know.