auto_stories Bilgi Bankası chevron_right Actions chevron_right Makale

Grid – Delete Row

This operation deletes the selected rows in the grid.

mceclip1.png

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.

mceclip0.png

After the row of the grid, control is selected, the button is clicked.

mceclip2.png

The following warning is to come to the Client screen. It is clicked as “Yes”.

mceclip3.png

Then, the row is deleted in the grid control.

mceclip4.png