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
235
ASP.Net Core 3.1 Editor Helpers not all working with model
posted

Hello, I'm creating a site using ASP.Net Core 3.1, with IgniteUI 19.2.25 and Infragistics.Web.AspNetCore 6.19.22.

The MVC helpers for the more common controls (ComboFor, TextEditorFor) all work without a problem.

However, the helpers for NumericEditorFor, DatePickerFor, and MaskEditorFor are not generating the model field name for the hidden input tag associated with the control.  When I inspect the element, the name field is missing, while it is generated for the igCombo and the igTextEditor.

Any suggestions?

Parents Reply Children
No Data