I have a Datetime picker inside div control. i am copying this control using jquery.Clone()
<div>
<ejs-datepicker id="testDate" ejs-for="@Model.testDate" placeholder="Choose a Date"></ejs-datepicker>
</div>
The cloned control is not working i mean when i click on calendar icon popup is not appearing.
FYI - i changed ID on the cloned control
how to clone control - https://makitweb.com/create-duplicate-of-the-elements-with-clone-jquery/
Please let us know How to initialize Datetime picker?