I have a simple sample that i copied from the infragistics site, how to bind HTML into a HTML Table:
i create a web app in my visual studio, and try to run it, when i tried i got this error from my Browser:
.igGrid is not a function.
I may have found the issue here. I was having the save issue. After inspecting the page I realized that the default header was also adding .css and scripts in the <head>. After removing these the grid showed without issue.