Hi
I instal the new versione of infragistics in visual studio 2019
When i open a web form project i have all the new items that i just download.
But when i open a ASP.NET MVC project
i can't find any infragistics item.
Why? how can i fix it?
Can you help me.
Thanks for sharing. It's really helpful for my astroworld apparel project.
A toolbox cannot be used as part of ASP.NET MVC, the Design View is not provided in the project, and there is no context in which a Toolbox can be used. If a WebForm is added to an MVC project, however, the Infragistics controls are loaded in the form's Design View if the toolbox is added to the MVC project.Read carefully contact me for information
As an additional note, you should add the Ultimate UI for ASP.NET controls within an .aspx file if they are used.
The same problem was
Hello,
Infragistics controls could be added to a .cshtml page in ASP.NET Core project as follows:
@(Html.Infragistics().Grid(Model.Customers.AsQueryable(). . .)
More information regarding adding controls to an MVC project could be found in the following topic of our documentation.
Additionally, if Ultimate UI for ASP.NET controls are used, they should be added in an .aspx page. Furthermore, the toolbox for aspx file is loaded and the controls could be dragged in the file.
Please let me know if you need any further information regarding this matter.
Regards, Monika Kirkova, Infragistics