hi,
Can I disable the selection from and new row via code?Now the cursor jumps to the added row after add in my case the buttom off the grid.
I have managed to resolve a part off the problem by using the
BeforeRowRegionScroll and setting this to cancel = true
Only with importing rows in the grid I do not like it that the grid updates the add new record but maybe the better way is to update the datasource?
I'm not sure I understand your question.
You can prevent a row from being selected by handling the BeforeSelectChange event and cancelling the event.
But selection has nothing to do with the cursor, so I'm not sure that's what you want.