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
305
Set Format of UltraCalcManager for a Control
posted

I am attempting to use an UltraCalcManager to get a SUM() of a few columns from different UltraGrids.  However, instead of placing the result in a column, I'd like to place it in the .Text of a label.  So far, it seems to do the math properly.

There is one little caveat: How do I format the result as currency?  In the UltraGrid, we can do {0:C2} for a summary column.  I do not see any properties that I can set on the UltraCalcManager.

Do I need to handle a particular UltraCalcManager event?

Thanks,
Kyle