Andrei H April 18 Hello, Does replacing: 'itemsGrid' => $grid, In the Controller with: 'itemsGrid' => $this->presentGrid($grid), changes anything?
Andrei H April 18 Hello, Does changing: 'itemsGrid' => $grid, In the Controller with: 'itemsGrid' => $this->presentGrid($grid), changes anything?