Hi all,
i'm looking for a solution to add the oracle apex datepicker / lov in a grid column - based on the data type of the row, dynamically.

e.g. the Message language is a popup lov. The maximum date should show a datepicker.
actually - i do this by javascript and add the jquery .datepicker in the column based on a hidden columns which represents the datatype. As Apex 24.2 come up - the jquery - datepicker got “broken again.” Meaning - i needed to touch this several times the last years.
Oracle apex doesn't support the jquery datepicker well and i'm looking for a solution to add the oracle (apex/jet) datepicker dynamically in the column. Anyhow - the jquery datepicker looks different than the apex datepicker, too.
The content in the column Value can be plain text, a popup lov value or a date. Did someone solved this before?