EditKey
Type
command
Summary
Sends the EditValue pKey message to the row control for line pLineNo.
Syntax
dispatch "EditKey" to group "DataGrid" with pKey, pLineNo
Description
Sends the EditValue pKey message to the row control for line pLineNo. Handle the EditValue message in your data grid form row behavior in order to open a field in the row for editing. See EditFieldText.