This is the type of operation that provides the availability of row details in the form control named grid added to the form. This type of operation is added to the form itself or the field before the grid, making it possible to use the row detail in the grid.
Grid - Enable Edit Mode operation at Property Panel
Properties
Description: A description of the action is written.
Heading: Specifies the name in the action list when added as a Form Action.
Run Condition: If the value in the query entered in this field is ‘0′, the corresponding action will not run.
Request Confirmation: Select whether to ask for confirmation before running the action. If Request Confirmation is activated, the Confirmation Message feature is turned on and the message that will be displayed when requesting confirmation is written.
Example Used
For example;
You have a grid and a button on the form. If you want to write a value in the grid, you must be Grid- Enable Edit Mode operation. This operation can be created for the button with When clicked event.
To use the grid form control, you must click the Grid-Enable Edit Mode button, which contains the operation as Grid- Enable Edit Mode.
Client view on screen
After the button is clicked, a row of the grid is opened to write.
Client view on screen
You can move between columns of the row with <TAB> or <Enter> keyboard keys, you can write values in the grid. To move to the next row,<Enter> key can be pressed or Edit Mode button can be clicked.
Client view on screen