How to open slider popup from grid widget form using action column
I have loaded the widget block form grid in the edit product section. I am trying to open the model popup in the adminhtml widget grid form. I have added the action column like below $this->addColumn(‘action’, array( ‘header’ => __(‘Action’),… Read More »How to open slider popup from grid widget form using action column