Welcome to the jQuery feedback portal. We’re happy you’re here! If you have feedback on how to improve the jQuery, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi ,

I'm coverting our project from version 14.4.0.20 to 17.4.0.55

I don't understand why when I use

@Html.EJ().DatePicker("Anagrafica.DataNascita") this will render as

<input id="Anagrafica_DataNascita" name="Anagrafica_DataNascita"........../> instead of in previus version the render was

<input id="Anagrafica.DataNascita" name="Anagrafica.DataNascita"........../>

Regard's

Diego Silvestri