Grid Checkbox
Overview
On this lesson, we will analyze the “Grid Checkbox” control that allow us to include a checkbox functionality under the grid tables in the page. As precondition, it’s mandatory to have a dataset created before we start with the creation process. Let’s review this feature!
How to create a “Grid Checkbox” control?
Turn to the page where we are going to include this object. Under the “Controls” section, choose the “Grid Checkbox” option. Click on “New” button
A popup will be prompted to generate the control.
Once we completed the Object Name and Displayed Name fields, let’s continue working on “Data Binding” tab. We need to make sure here that we connect the control with the right dataset.
In this example, we select the dataset previously created and after completing the layout order, click on “Submit” button to generate the control.
Now that the control is displayed on screen, let’s click on “Preview” button to verify that this is available in our page.
Column is added in the corresponding order and showing the label that we indicated in the creation. We can now link this checkbox with another action similar than we did when creating the “Remove” icon. In this case we can create a new button to make the row checked as active or inactive.
Recap
On this lesson, we learnt how to include checkbox functionality in grid tables that we can connect to different actions that we want to trigger.