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
1310
grid row reinitializing during Grid Print
posted

I am doing some formating in my InitializeRow event.

I am checking the e.ReInitialize argument to test if it is a re-initialize or not.

When I perform a grid print using UltraGridPrintDocument the InitializeRow event fires and I test the e.ReInitialize argument.  It is false. 

Shouldn't it be true here?

I don't want to reformat all that data again.

Does anyone have a similar issue?


-duane