Hi! I need to display summary value for a column in textbox or label, not in WinGrid. How can I do this.
And another question is: How can I use summary value in a formula?
Question is closed. Found the solution myself.
For future posts, I'd like to suggest that if you do find an answer or solution, you post that information as a reply. This way, others who are struggling with a similar issue will be able to use the information you posted to help them.
My recommended solution for this problem is to use the UltraCalcManager. It not only integrates into the WinGrid, but also allows integration into other fields such as text boxes. The UltraCalcManager uses Excel like formulas, and can take inputs from components including the grid and textboxes, as well as output the calculation result into the component/property of your choice.
hope this helps,
-Tony
Using the UltraCalcManager, will this allow you export the formulas to Excel using the UltraGridExceExporter.
Thanks
Sal
Well...I don't think so, Sal... I hope that I'm wrong...but I didn't find the solution for the same problem I had.. =(
If you have summaries defined in the grid, they will export with the ExcelExporter. It doesn't matter whether the summaries use UltraCalcManager or if they are just regular summaries.
Of course, if your summary is in a textbox or a label outside the grid, then clearly this will not be exported, since it's not a part of the grid.