I have a group "All" and frameoption button is "Radio" now based on this formgroupcontrol i want to disable and enable another group in the active method of datasource which is not happening.
if (All.optionValue() == 1)
{
Group4.allowEdit(false);
}
else
{
Group4.allowEdit(true);
}
No comments:
Post a Comment