Hello, 

I would like to know if there is a way to get styles from the grid which has some cells "colored".

What I mean is this:  

I have a grid like the one in the picture I attached, with some cells colored red and green.
(This was done in InitializeRow event on the server side).

Now, when I export this grid, I can't seem to find this information (about this red and green styles) on the "e" object passed to my export handler:

Private Sub WebGrid1_Export(ByVal sender As System.Object, ByVal e As ExportEventArgs) Handles WebGrid1.Export 

Is it even possible to get this data from the ExportEventArgs object?
And if it is, how to get it?

The example on the attached picture was done using v8_0_7200 grid.

Thank you very much!