diff --git a/docs/guide/index.md b/docs/guide/index.md index d47593a6faff2be012c7c61fa7760be6f867ad5f..05bd43b1a155bfc901a59aafe9ea9f266b2e05f0 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.