In this step you will replace the Grade column in the Skills grid with a combo box weblet and set it up with a hard coded list of values.
- Open the Details WebRoutine in the Design view.
- Select the Skills tab.
- Select the Employee Skills Grid.
- On the Details tab, select the grid_col_properties value and use the Ellipsis button to display the Design of… Properties dialog.

- Select the GRADE field and select the Customize Column checkbox. Click OK to close the dialog.
- On the Weblet Templates tab, select Standard Weblets in the dropdown and drag and drop a combo box weblet into the GRADE column. Increase the width of the combo box so that grade description can be displayed.
- Select the combo box weblet, to set up its properties.
- Leave the name property as @id This is correct for identifying a field in a Grid weblet (different to a list).
- Note that the value property is . (a dot). This is correct and means value from current row/column.
- Select the items property value and click the Ellipsis button to open the Design of… dialog.

- In the Item Properties group box, set up a list of Captions and Values based on the following table:
Caption | Value |
|---|
Pass | P
|
Distinction | D
|
Merit | M
|
Fail | F
|
- Click Add New to add each entry to the list.
- Click the OK button to save the changes.
Your design should look like the following:

- Save the WAM.
- Re-test your WAM. The Employee Skills grid should look like the following, displaying the correct caption for the GRADE fields:

- Change some grades and Save the changes. Redisplay skills for this employee number, to show that grade values were passed into the Details WebRoutine.