From c85e6eba92e1e829749f1f9bad5136272dc5e32b Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Mon, 20 Feb 2023 14:35:12 +0100
Subject: [PATCH] Extend the multiple grids section

---
 docs/guide/index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/guide/index.md b/docs/guide/index.md
index d47593a..05bd43b 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -219,4 +219,7 @@ To connect multiple grids they need to have the same context. If you supply the
 
 ::: warning
 Items are not deleted from the source grid if moved to a different one. You have to build a mechanism for this yourself.
+Examples for such a mechanism can be found in Examples 4 and 5.
 :::
+
+To handle movements from one grid to another, the attributes `gridId` and `originGridId` of the event will help.
-- 
GitLab