03-22-2017 01:39 PM
By tabbing or shift-arrow navigating a table, the cell text is selected. However, I can not figure out how to programmatically select the text of a cell for the user to edit.
Solved! Go to Solution.
03-22-2017 02:29 PM
Use a property node with...
1) Key focus = T
2) Active Cell
Ben
03-22-2017 04:42 PM
Thank you, key Focus was what I was missing. I figured it was already the focus for my operation. I found that I needed to set Edit Position to get the cell contents selected. Looks like there's no way to set a cursor at an arbitrary position in the cell.
Thanks!!