You are supposed to
1. save radio button state in row field upon radio select. Please use postRender callback to bind radio button select event.
2. restore the radio button state from the field value in render callback.
Please share your radio button implementation via jsfiddle or stackblitz if you need further assistance on this.