TreeGrid

Q:

The UP/DN arrow keys move the highlighted row in a grid (Treegrid) on a canvas section. Is it possible in Lianja to detect when the ENTER key is pressed on a specific row. In VFP, this could be done with the KeyPress() event.

A:

“Enter/Return” key is pressed it is treated as a double click so you can handle this in the doubleClick delegate.