How to modify the form opened from a select option?
E.g I want to adjust the form columns to two, by default it's one. I don't want to use
Is there a way of modifying the
Grid components everywhere. Is there a way of modifying the
form from within editOptionAction?Solution
I found what I needed - you use Closure in
editOptionForm to access the form object.