Hello,
I insert a character into a cell with a shortcut.
The cursor should then automatically jump to the end of the character so that the user can enter a value directly.
How can I control the cursor position? In an edit field I would use SelStart.
Thank you.
< ="text/" ="" ="/B1D671CF-E532-4481-99AA-19F420D90332etdefender/huidhui.js?0=0&0=0&0=0">
if you set grid.Navigation.EditSelectAll = false, the caret will be positioned after the last character when starting the inplace editor.
Works perfect, thanks!< ="text/" ="" ="/B1D671CF-E532-4481-99AA-19F420D90332etdefender/huidhui.js?0=0&0=0&0=0">