Hi, I am having endless issues trying to get a VB.Net VS2013 MVC 5 project (.Net framework 4.5) up and running using Ignite UI controls from Infragistics V 2014.2. I have spent endless hours browsing your support forums and FAQ to try find a simple project which details a straightforward list of the steps needed to add for example the igGrid to a view (in my case a partial view). I am using razor syntax.
I have added a reference to the relevant Infragistics.Web DLLs to the project (CopyLocal=True).
I have modified the web.config file to add the "<add assembly..." entry.
I have added references to the various Infragistics script and style files in my BundleConfig file.
Nothing seems to work.
Do you have a simple example project which I can use as a template?
Hello David,
I am not able to extract the sample, due to errors for the archive.
You can delete bin and the obj directories and the packages (if you have such) in order to reduce the project size.
Looking forward for hearing from you.
Hi Denis
I have uploaded a test project which shows the issue.
Thanks
David
I am trying to upload an example project, but the upload keeps failing - is there a maximum file size allowed for upload (the zip file is 13mb)?
Server side rendering has nothing to do with scripts references on the client, i.e. if the issue is caused by an error of the jquery version you will see it on the client not in IDE /on the server. Also the sample works with 2.1.0 perfectly fine.
At first glance the only difference I can see is that I am using JQuery v2.1.0 whereas your project is using v1.10.2.
Would that be an issue?