-
Notifications
You must be signed in to change notification settings - Fork 16
Event – Property.OnEditStart
Eric Domke edited this page May 6, 2019
·
1 revision
-
When called from field event
srcElement
- See also: Form Javascript Properties
-
When called from grid event
-
colNumber
= zero based column position number in the grid of the current cell -
gridApplet
= handle to the Grid control -
propertyName
= name of the Property for the currently selected cell -
relatedID
= the ID for the related Item. (Blank for null relationships) -
relationshipID
= ID for the Relationship Item. This is also the selected row ID in the Grid control
-