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
...
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.