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
1170
KO grid
posted

Hi,

I'm using example http://www.igniteui.com/grid/bind-grid-with-ko  ( see attached zip file) but seems like it is not working. I'm getting header but not data.

-Manish

plainig.zip
Parents
No Data
Reply
  • 3995
    Offline posted

    Hello Manish,

    When using height: 100%, the grid should be inside of a container with specified height.

    If you want to span the grid table on the entire page you can use:

    html, body {
     height: 100%;
    }

    plainig (2).zip
Children