Closed
Description
I have a modal which contains a grid which should be 100% of the modal width. Upon initial loading of the modal, there is a visual artifact of the grid beyond the boundary of my modal. If I re-size my browser window, the artifact will disappear and the grid will "snap" in place where it should be and start obeying the 100% width boundary of my modal window.
This only seems to happen when loading a grid in a modal. My primary grid on the main page is set to width: 100% and has no issue.