Prado\Web\UI\ActiveControls\TActiveListItemCollection::canUpdateClientSide PHP Method

canUpdateClientSide() protected method

protected canUpdateClientSide ( ) : boolean
return boolean true if active controls can update client-side and the onLoad event has already been raised.
    protected function canUpdateClientSide()
    {
        return $this->getControl()->getActiveControl()->canUpdateClientSide() && $this->getControl()->getHasLoaded();
    }