Hi,
I have a row with fields to accept different kind of data like Date, Source, Destination, etc. I also have an "Add" button to add more rows.
The Add button adds another row with the same fields. The problem is here, in the date field.
I am creating the fields using javascript functions (document.createElement, etc).
I have defined a class to the date fields - "date-ctrl".
The first row which initially existed shows the date picker for the Date field. But the Date field in the second row with the same class doesn't show the date picker.
Need some help here. I need the date picker to appear for all the date fields in all the rows.