Hello,
I'm using the sfDataGrid
control and i want to customize the behavior of the 'Enter' press key in the
keyboard.
The last column of evry
row in the grid i defined is an sfNumericUpDown control,
when the cursor is inside
the sfNumericUpDown, i need to once i press the 'Enter' key, move the cursor
inside the next sfNumericUpDown of the following row in the grid.
How can i achieve this
behavior ?
Best regards.