Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic control in grids depending on data type

Andi77May 8 2025

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?

Comments
Post Details
Added on May 8 2025
1 comment
105 views