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
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%;}
See attached example , I'm using ko component and it is not working. It works fine with template and not with template1 ( only difference is // between this two template)
Any explanation why this behaviour ?