Hi,
I have an ultragrid with a cell set with IntegerNonNegativeWithSpin style. I handle the enter key on cell :
{
if (e.KeyCode == Keys.Enter) {
}
when I press enter the cell exit from edit mode correctly but the spin button is still visible. There is a way ho hide the spin button ?
thanks, andrea
Yes it work, thank you very much.
The spin button displays as long as the cell is Active, I think. So you would have to change the ActiveCell to some other cell.