EditKey

Typecommand
DictionaryDataGrid
LibraryData Grid
Syntax
dispatch "EditKey" to group "DataGrid" with pKey, pLineNo
Associationsdatagrid
Summary

Sends the EditValue pKey message to the row control for line 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.