How to display the form when I click on Gridview button?
Basically I want to populate one form which includes the drop down and submit button in it.
By clicking on button I want to populate the form in popup box.
'panel' => [
'type' => 'info',
'after' => Html::button('<i class="glyphicon glyphicon-plus"></i> Allocate', [ 'id' => 'modalButton', 'class' => 'btn btn-success'),
'showFooter' => false,