Hi all,
I am working on an Interactive Grid where the LOV (dropdown) in one column needs to be dynamically filtered based on the value of another column in the same row.
Example:
If column A is “Department,” then column B (sub-department) should only show values relevant to the selected department.
I tried using cascading LOVs with dynamic actions but the filtering is not behaving as expected when editing rows inline.
-
Has anyone implemented this?
-
Should I switch to using modal forms for more control?
Thanks in advance for your insights.