I want to change the behavior of the cells in a datasheet form.
I want when someone clicks on them the text in the cell Not to be selected and the cursor NOT to enter in the cell.
I 'v partially achieved this setting focused the second column(field) on the onClick event of the first column(field). The second column is unused.
But that's not a good solution because the column that receives the focus, has to be visible, or doesn't get focus.
Is there some better solution?