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
No Data
Reply
  • 235
    Offline posted

    Has anyone in the team had a look?  If it's working for others in the same circumstances (I'm also using Razor Pages, rather than straight MVC), then at least I can try digging in to that or I can create a small example that reproduces the problem.  If not, it would be great to know whether it's being looked into.

Children