Hi,
I have a field, whose edit type is double, wherein the value in that get incremented or decremented when we have the focus on the field and press up or down arrow in the keyboard. How to disable this feature?
Thanks in advance for your help.
Regards,
Balaji Rajendran
Torrance CA, WK.
You could handle the control's ExecutingCommand and when the e.Command is MaskedEditorCommands.SpinUp or MaskedEditorCommands.SpinDown, set e.Cancel to true.
Sorry to say, the proposed fix is not working. Actually the executingcommand itself is not fired. In my case I have the focus on the cell, which is having EditType as double. While having the focus on the cell and if we press upper arrow or down arrow key the numeric value increments or decrements that got to be avoided, Please suggest. Thanks.
Torrance CA WK.