I have a grid widget pulling data from a related table, and everything seems to work fine, except for selections made using the related checkbox widget do not appear (though they save just fine).
To clarify: Table A pulls data from Table B into a Grid widget. Table B has a field that uses the checkbox widget (let's call this Table B:Field 1). When editing records in Table A, the Grid widget appears to work just fine, and shows all the appropriate valuelist options for Table B:Field 1, but when selections are made and the record is saved, those selections do not show up in Table A's Grid widget as "checked". Viewing the record in Table B directly shows that the data is, in fact, saved correctly (all selections appear checked as they should).
Is this expected? Any others with the same issue solve this? Other thoughts?