Grid Inputbox
Overview
On this lesson, we will analyze the “Grid inputbox” control that allow us to include a text field on each row related to the grid tables in the page. Like we observed in other grid-controls, it’s mandatory to have a dataset created before we start with the creation process.
How to create a “Grid Inputbox” control?
Turn to the page where we are going to include this object. Under the “Controls” section, choose the “Grid Inputbox” option. Click on “New” button
A popup will be prompted to generate the control.
Turn to “Data Binding” tab and connect to the Dataset that we created in other examples. This reference to the dataset will show the column on the same grid than the other columns in the page. Otherwise, this grid inputbox will be available in separate grid table.
Click on “Submit” button
Let’s check the control created in the application.
Recap
On this lesson, we learnt how to include an inputbox field inside the grid table adding a new column. This new control can be connected to the database, for example, we can store the information after triggering a save button.