Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
igx-grid responsive issue
posted

Hi, 

    Currently I have a grid inside a div. When the browser is resized, the grid resizes as well. But I also have a need to only change the width of the div container that has the grid in it. Upon changing the width of the containing div only, the grid does not resize. Initally, the width of the div container is set to 50% of the browser window's innerwidth and the grid renders fine but when the div's width is changed to 100% of the window's inner width programmatically on some event , the grid does not occupy the whole width of the window(header, horizontal scrollbar appears as partially rendered, below) .Can you please suggest a solution /workaround for this?

initially: 

after div container's width is changed to 100%:

Thanks,

B