Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
IgniteUI Example Issue
posted

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%")

Parents
No Data
Reply
  • 0
    Offline posted

    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.

Children
No Data