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
725
UltraCalculatorDropDown return zero
posted

i have UltraCalculatorDropDown embedded to ultragrid cell  via class called CellEditor (public class CellEditor : ControlContainerEditor)

and the CalculatorDropDownStyle = CalculatorDropDownStyle.KeepCurrentValue;

When i try to edit some values in the grid cell the value of the cell became zero... 

my last clicked button in the calc control before i the OK it was  - or +.

is that an issue or i missing something ?

thx