Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Overview

On this lesson, we will analyze the “Grid Dropdown List” control that allow us to include a dropdown list of values on each row under any grid table that we have in our application. 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 Dropdown List” control?

Turn to the page where we are going to include this object. Under the “Controls” section, choose the “Grid Dropdown List” 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. .

Click on “Submit” button

Let’s check the control created in the application.

Recap

On this lesson, we learnt how to include a dropdown field inside the grid table adding a new column. Certain information is limited to the options that we can offer in this dropdown. Like in the other grid-controls, we can store the information after triggering a save button in the database.

  • No labels