It seems that when I try to access the e.GridRow during the server-side CellExported event for the UltraWebGridExcelExporter it comes back as "Nothing".
Is this a bug? I am using Version 7.3.20073.1061.
Please let me know soonest if there is a bug fix as I really need access to that object during the CellExported event so that I can format cells appropriately.
Thanks!
Tina
I figured this out... the answer to this is that the e.GridRow comes back as "Nothing" when the header cells are written. As soon as the data cells are written, the e.GridRow is correctly set to the row in the grid corresponding to the data cell...
Sorry for posting a silly question.