.. _dojox/grid/example_Editing_data: Editing data ------------ Grid allows you to edit your data easily and send the changed values back to your server First, you have to set a editor for each cell, you would like to edit: .. cv-compound:: .. cv:: javascript .. cv:: html
This example shows, how to make the column "Type" editable. In order to select a new value, you have to double click on the current value in the second column.
Country/Continent Name Type
.. cv:: css