Magento
M70-201 · Question #68
At what point in the grid preparation and rendering process is the collection containing the data for the grid prepared for loading?
The correct answer is C. Prior to the grid being rendered, inside of _beforeToHtml. See the full explanation below for the reasoning.
Question
At what point in the grid preparation and rendering process is the collection containing the data for the grid prepared for loading?
Options
- AImmediately after the grid block is instantiated
- BImmediately before the grid's rendered HTML is sent to the browser
- CPrior to the grid being rendered, inside of _beforeToHtml
- DWhen the _construct method is called on the grid block
How the community answered
(62 responses)- A5% (3)
- B3% (2)
- C81% (50)
- D11% (7)
Community Discussion
No community discussion yet for this question.