Hello,
I want to call from an UltraNumericEditor a calculator, calculating something and then put the outcome back to the editor. Is there an bulitin possibility or how can I make this.
Thanks
Hansjörg Wintermantel
One option would be to use the UltraCalculatorDropDown control. Otherwise, you would have to either perform the calculations yourself or use an UltraCalculator; I'm not exactly sure what you want to do here, since programmatically entering the operations on the calculator would likely be more complex than doing the calculations yourself.
-Matt