November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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