Set cursor index in grid cell

Is there a way to set the mouse cursor to any position I want in a gridcell? For example, let’s say I set the value of the cell with the line:

cell.setValue('some value');

So the mouse cursor will now be after the character ‘e’. What I want to do now is set the cursor after the ‘s’ character. How can I do that?

API of grid doesn’t provide such functionality