This operation deletes the selected rows in the grid.
Grid - Delete Row operation at Property Panel
Properties
Description: Description related to action is written.
Heading: When added as Form Action, it specifies the name in the action list.
Linked List: A list within the form is selected. The information in the selected line of the corresponding list is processed according to the information.
Run Condition: If the value in the query entered in this field is “0”, the corresponding action will not run.
Request Confirmation: Select if the request confirmation will be used 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 instance; there is a grid control in the form.
A button of the form has a Grid-Delete Row operation with When clicked event. Linked List is selected as the Grid name.
After the row of the grid, control is selected, the button is clicked.
The following warning is to come to the Client screen. It is clicked as “Yes”.
Then, the row is deleted in the grid control.