Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Problem with e.GridRow in event CellExported of object UltraWebGridExcelExporter
posted

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

Parents
No Data
Reply
  • 130
    Suggested Answer
    posted

    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.

     

    Tina

     

Children
No Data