官方Demo地址:https://demos.devexpress.com/MVCxHTMLEditorDemos/Features/Features

控件的一定要包裹在form中

@using(Html.BeginForm()){
    @Html.Action("FeaturesPartial", "Features")
}

我的代码是在Grid的
PopupEditForm里面的一直没注意
settings.SettingsEditing.Mode = GridViewEditingMode.PopupEditForm; 
settings.SetEditFormTemplateContent(c =>...

浪费N多时间,记录一下

相关文章:

  • 2022-12-23
  • 2021-08-31
  • 2021-10-22
  • 2021-05-31
  • 2021-07-12
  • 2021-12-18
  • 2022-03-02
  • 2021-12-20
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-07-30
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
相关资源
相似解决方案