Added short information on DefaultEditBindings
diff --git a/documentation/editing.html b/documentation/editing.html
index aadcdf1..39d621f 100644
--- a/documentation/editing.html
+++ b/documentation/editing.html
@@ -16,7 +16,10 @@
that is used by the <span class="code">DefaultGridLayerConfiguration</span>. This default configuration
tells the NatTable to be not editable and sets the <span class="code">TextCellEditor</span> as default
editor in case editing is turned on for specific cells. It also adds the validation error style to
- render the content of a cell red on validation errors.
+ render the content of a cell red on validation errors.<br/>
+ To enable editing on user interactions, several bindings need to be configured. The default bindings are
+ configured in the <span class="code">DefaultEditBindings</span> configuration, which is also part of the
+ <span class="code">DefaultGridLayerConfiguration</span>.
</p>
<p>
The <span class="code">EditableGridExample</span> and <span class="code">EditErrorHandlingExample</span>