At what point in the grid preparation and rendering process is the collection containing the data for the grid
prepared for loading?
A.
Immediately after the grid block is instantiated
B.
Immediately before the grid’s rendered HTML is sent to the browser
C.
Prior to the grid being rendered, inside of _beforeToHtml
D.
When the _construct method is called on the grid block