Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
protected override void SetupEditControls()
{
this.rbtCalendarView.SelectedValue = ToString();
}
Dear All,
I created a custom property which consists of two radio buttons. when i am selecting a radio button and clicking on save and publish .I am getting the value and it is working fine. But When I am going to edit mode i am not find the value i.e in edit mode the radion button which i selected is not checked. Default radio button only is checked .
Please suggest me the thing what i need to write in this method
protected override void SetupEditControls()
{
this.rbtCalendarView.SelectedValue = "";
}
Thanks and Regards
Phani Kumar R.V