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?
Hello,
The ASP.NET MVC project does not provide the Design View and there is no context where a Toolbox can be used. However, if a WebForm is added to a MVC project, the toolbox with the Infragistics controls is loaded in the form’s Design View.
Let me know if you need any further information regarding this matter.
Regards, Monika Kirkova, Infragistics
If i'm using ASP NET CORE MVC is possible use the Infragistics tool?
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.