I'm using the NetAdvantage controls in my ASP.NET MVC application but I am having problems. It seems like every control that I put in a page is rendered as read-only/disabled when the page loads. For example, when I go to click on a WebDateChooser it is read-only/disabled.
I am lost and haven't found anything in these forums that could help me out.
Can you paste in the markup you are using? Are you using the IGMvcScriptManager?
No, I'm not using IGMvcScriptManager. I couldn't find IGMvcScriptManager in my toolbox in Visual Studio.
Okay. You'll want to pull the code at http://netadvantagemvc.codeplex.com/ and find the Infragistics.Web.Mvc.dll and reference it in your project.
Further you can point to this DLL to create a toolbox item for you as well.
Let me know how it goes.
Hi. Has anyone figured this out yet?