I usually develop APEX applications using Chrome and then test them on Firefox, Safari and IE. I recently discovered that when run on the client's network using IE 11, the radio group and checkbox controls in my interactive grid do not work. In edit mode they display normally and show the current value selected, but you cannot change the selection to another value. These controls work in Chrome with no issues.
To be certain that this behaviour was not caused by my own javascript code (none of which applies to these fields in any case), I changed the DEPTNO field in the Interactive Grid sample application from a select list to a radio group. It works fine as a select list, but as a radio group it has the above issue.
My question is whether this is a known issue with IE 11 or is it possible that my client has tweaked IE in some way that could cause this behaviour?
My workaround is to use only select lists and multi-select lists, but I would prefer to use radio groups etc as these are what the client is used to in their existing apps.