I’ve got a dgrid with headings that will not appear unless I resize the browser window. As soon as I resize the browser window, the headings appear. How can I get the headings to show up without resizing the browser?
Am I not calling startup() correctly? Is there an event I can fire to make the dgrid think the browser has been resized?
Put add the DijitRegistry to the grid as shown here:
https://github.com/SitePen/dgrid/wiki/DijitRegistry
Put a dijit Container in your content pane (if the pane is necessary) and add the grid as a child of the container. The container will call startup on its children which resizes them also.