I have a dialog with radio buttons. It has more than 100 values. When user selects a value and reopen the dialog, I want to show the user exactly the last option selected.
Eg. If user has selected option 60. I want to show user on screen options from 55 to 65.
Which means, I don't wat the user to scroll again down from the top to see the option he has selected.
Can someone please suggest how to achieve this.