I got error when I write this code @Html.X().ResourceManager() in view
error message :
Compiler Error Message: CS1928: ‘System.Web.Mvc.HtmlHelper’ does not contain a definition for ‘X’ and the best extension method overload ‘Ext.Net.Extensions.X(System.Web.UI.Page)’ has some invalid arguments
is there a setting that is less ?
thanks
This posted code looks to me as a WebForm syntax.
If you are using ASP.NET MVC Razor and the latest Ext.NET v2.x release, you can render all/any of the Ext.NET Components using Razor syntax.
The following sample demonstrates rendering a very simple TabPanel.