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!
Thanks for joining our community and helping improve Syncfusion products!
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