i have problem to give value in radio button (Approve and Disapprove). the case is if "Status" = A, so radio button checked to Approve, else if "Status" D, so radio button checked to radio button Disapprove :
<tr>
<td style="width:200px;">Status Product </td>
<td>
<?=
$form->field($model, 'ProductID')
->radioList(['A' => 'Approved', 'Approved' => 'DisApproved'], ['style' => 'display:inline', 'labelSpan' => '0px', 'name' => 'of-status'])->label(false)
?>
</td>
</tr>
and i have split pop up
$('input[name=of-status]',opener.document).val(row.find("td:nth-child(8)").text());
this no problem about split popup