I\'m trying to update some page items with a dynamic action. I have an \"on change\" dynamic action on one text field and want to run a calculation on another column and dis
Alternatively, you can try removing the disabled attribute from the input item using a dynamic action after refresh of the region containing it:
$("#P5_EXAMPLE_ITEM:disabled").removeAttr("disabled");