Grid Form View
Grid Form or Stacked View
General Rules
oEnsure the HTML Editor property is unchecked for the field with the Editor applied.
oReplace 'FIELDNAME' with your component's fieldname.
oNote that function parameters must be in all capital letters.
Additional Rules
oYou must set Rows of Data in Properties to 1.
Conditions
Condition |
Add code to this client-side event |
Code |
Update Record is allowed |
canGridSubmit |
ckUpdate('GRIDROW','{Grid.ComponentName}') |
View Record is allowed |
onGridRender |
if(window.location.protocol.indexOf("http")>=0) { } |
Allow individual rows to be saved is checked |
canRowSubmit |
ckUpdate('GRIDROW','{Grid.ComponentName}') |