Hi Lance, thanks for the explanation :)

On Tue, Apr 7, 2015 at 2:47 PM, Lance Java <lance.j...@googlemail.com>
wrote:

> > I tried triggering
> resources.triggerEvent(InternalConstants.GRID_INPLACE_UPDATE,null, null);
> from onUpEvent, that trigger from an event link inside the grid. But that
> didn't seem to work
>
> This is a common misconception. Your eventlink "inside" the grid is not a
> child of the grid so the event won't bubble up to the grid. GridRows and
> GridColumns are children of the grid component, blocks defined in your page
> are not. This can be counterintuitive sometimes because the eventlink is a
> child in the clientside dom/html but not in the serverside component model.
>



-- 
http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/>
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771

Reply via email to