Hi,
I am trying to do this sample my local,
https://www.igniteui.com/grid/basic-editing
But .ID is throwing error in VS 2022
HtmlString does not contain a definition for ID and no accessible extension method ID accepting a first argument of type HtmlString could be found
@(Html.Infragistics() .Grid(Model) .ID("Grid") .Height("500px") .Width("100%")
These links are crucial for correctly implementing each program's guidelines. It is necessary to install the Infragistics.Web.Mvc nugget coreball package or add Infragistics.Web.Mvc.dll to the project, along with the css and javascript files.