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
575
How to set the value of UltraCalculatorDropDown to a text box when clicked ok
posted

When the focus is in a NumericEditor text box  and the user press F4 key for example, the calculator is shown.  After the user enters a value in the calculaor, for example after calculation, the user may either press OK button or the Cancel button in the calculator. What events or triggers should we catch so we can know that the user has pressed the OK button and then add the calculator text in the editor, or if it is a cancel button do nothing.