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
365
Printing unbound Grid
posted

Hello all

I fill a UltraWinGrid completely manually because number of columns is very dynamic.
I fill the cell's value in a procedure and then format the cell in the initialize row event depending on the actual value.
This works very fine.

If I want to print () the grid Initialize row events are fired, butr I cannot get any of the cell's values in there to reformat the cell for printing.
I tried Cell.Value, Cell.Tag everthing is always NULL.

Is there a way to get the value out of the cell?

Thanks in advance.