Steps to Reproduce
See attached testRadio.zul
Grid with radiobuttons belonging to a group outside the grid (=external)
Current Result
Setting disabled property statically does not work, dynamically (via binder) works on visible page
Radio buttons are sometimes not disabled although they should be
Expected Result
Radio buttons should be disabled if setDisabled(true) is called
Debug Information
Workaround