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
There isn’t a built-in option like that, but you can integrate a GPA calculator online style approach process the calculation externally and then feed the result back into your editor programmatically.
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