0
Hi,
I have very little idea about your problem. But let me try...
Firstly, if you are using binding (MVVM) then it should leave the radio button ticked. And if it sill still clears the radio then call NotifyPropertyChanged even from your view model after your save logic is executed.
Second... if you are not using MVVM and writing code in code behind then write the below code ater you save.
yourRadioButton.IsChecked=true;
Third, if I am not answering your question the provide some more detail about your question.
- Sanjay Dholakiya
0
How to keep selected radio button after page refresh
0
Hi Om prakash,
Can you please provide some more clear details about your need?
Regards,
Selva Ganapathy K