Subject Data Input in Grid via numeric buttons
Author ronald_greven
In my application I have 10 buttons with numeric values. (0-9)
Well, I also use a IB_Grid in this application.

And I would like to realize the following :

I click on a button an the value of the button should be assumed in
the selected cell. This is no problem.
But if I click another button (for example : first button : 1 second
button : 2 = value 12) so the focus changes to the button and if the
new value is written to the cell is 2 not 12.

I hope, I explained it understandable.

Does somebody know, how I could handle this?

Many thanks

Ronni