From a098e58ceb348a2b22a4a44071fe84bfcf2ebc3d Mon Sep 17 00:00:00 2001 From: Tatu Lund Date: Thu, 3 Oct 2019 09:38:20 +0300 Subject: Added note in JavaDoc of removeColumn (#11725) * Added note in JavaDoc of removeColumn https://github.com/vaadin/framework/issues/11722 * Merge branch 'master' into fix11722 * Merge branch 'master' into fix11722 --- server/src/main/java/com/vaadin/ui/Grid.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/src/main/java/com/vaadin/ui/Grid.java b/server/src/main/java/com/vaadin/ui/Grid.java index 104e90c3b9..6c154dc407 100644 --- a/server/src/main/java/com/vaadin/ui/Grid.java +++ b/server/src/main/java/com/vaadin/ui/Grid.java @@ -3040,6 +3040,9 @@ public class Grid extends AbstractListing implements HasComponents, /** * Removes the given column from this {@link Grid}. * + * Note: If you have Editor with binding in this Grid to this property, you need to remove that + * using removeBinding method provided by Binder. + * * @param column * the column to remove * -- cgit v1.2.3