EasyUI for ASP.NET Mvc
@Html.EasyUI().DataGrid().Name("datagrid");
@Html.EasyUI().TextBox().Name("textbox");
@Html.EasyUI().ComboBox().Name("combobox");
@Html.EasyUI().LinkButton().Name("linkbutton");
- Open Views/Web.config.
- Locate the namespaces tag.
- Append an add tag to the namespaces tag.
<add namespace="EasyUI.Mvc.UI" />