In the grid editor the XML document is displayed as a structured grid of nested tables in which the text content can be modified by non technical users without editing directly the XML tags. The tables can be expanded and collapsed with a mouse click to show or hide the elements of the document as needed. Also the document structure can be changed easily with drag and drop operations on the grid components. The tables can be zoomed using (Ctrl - +) , (Ctrl - -), (Ctrl - 0) or (Ctrl - mouse wheel).
You can switch between the text tab and the grid tab of the editor panel with the two buttons Text and Grid available at the bottom of the editor panel. Also the switch can be performed with the actions . and
If the edited document is associated with a schema (DTD, XML Schema, Relax NG, etc.), the editor offers content completion for the element and attributes names and values. If you choose to insert an element that has required content, it will be inserted automatically including the subtree of needed elements and attributes.
To display the content completion popup you have to start editing, for example by double clicking the cell. When editing, pressing (Ctrl - Space) redisplays the popup.