[Previous] [TOC] [Next]

Edit the data


Now you will modify the application so that you can edit data through the DataGrid component.

1.
On the Stage, select the DataGrid component. Then click the Parameters tab in the Component inspector.

2.
Set the editable property to true.

3.
Run the application.

You can now edit the data within the grid.

[Previous] [TOC] [Next]