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
20
NetAdvantage CTP IGGrid control help
posted

I'm trying to put an all feature iggrid control using the example in the ctp download.  It runs fine when I run the CTP solution.  When I add the same code to an empty MVC 2 solution, I get a null reference exception when it gets to this line of code in the aspx page.  What am I doing wrong?

 

<%

 

= Html.IGGrid("grid1", Model.AllFeaturesModel ) %>

<%

 

= Html.IGRenderScripts() %>