Grid.editCell() move cursor to the end of the text

Hi,

I use the Grid.editCell method to open a cell for editing programatically.
The cursor is always placed at the start of the cell even if there’s text in it already.
Is there a way to have the cursor placed at the end any text in the cell?

Thanks,

Paul

It fully depends on the browser where cursor will be placed when “input” element receives focus.