.. _dojox/grid/example_Adding_and_deleting_data: Adding and Deleting data ------------------------ If you want to add (remove) data programatically, you just have to add (remove) it from the underlying data store. Since DataGrid is "DataStoreAware", changes made to the store will be reflected automatically in the DataGrid. .. cv-compound:: .. cv:: javascript .. cv:: html
This example shows, how to add/remove rows
Country/Continent Name Type
Add Row
Remove Selected Rows
.. cv:: css