diff --git a/Grid/Source/Entity.php b/Grid/Source/Entity.php index e7df1df2..d5a5c252 100644 --- a/Grid/Source/Entity.php +++ b/Grid/Source/Entity.php @@ -515,6 +515,7 @@ public function execute($columns, $page = 0, $limit = 0, $maxResults = null, $gr $query->setHint($hintKey, $hintValue); } $items = new Paginator($query, $hasJoin); + $items->setUseOutputWalkers(false); $repository = $this->manager->getRepository($this->entityName);