Author Topic: try to show radio button, but after select and scroll. radio is uncheck auto  (Read 1695 times)

alonewolf149

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 56
    • View Profile
try to show radio button, but after select and scroll. radio is uncheck auto.

pls see my video :
 https://recordit.co/dWCX8TFTfr

How to fix ?
Thank
Thanut

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
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.
« Last Edit: July 20, 2020, 09:05:43 am by paramvir »