Skip to content

Tag: gridview

yii2 double gridview in a form

I have 2 gridview in a form and from them I have to extract selectedrows, which I did with ‘class’ => ‘kartikgridCheckboxColumn’. In a controller receive the selected values in a selection[] variable. Here comes the problem. The selection[] variable brings the selection of the 2 gri…