Page 1 of 1

Data grid cell editor under iOS

Posted: Fri Jul 19, 2019 9:28 pm
by maik
Dear all,

I would like to open a table cell for editing. The command

Code: Select all

dispatch "EditCellOfIndex" to group myTable with myColName, myRowIndx
works but for iOS no editor opens when the index of the cell is outside the screen. The table is then scrolled to the cell but the editor does not open.

Any ideas of how to fix this?

Best regards,
Maik