Please help me to solve the following issue.
I have a page with data that displayed with gridview. There is a column 'status'. I need dropdown filter by this column value.
For my column in grid view I set the following filter value:
'filter' => Html::activeDropDownList($searchModel, 'status',
Accounts::getStatusList(), ['class' => 'form-control', 'multiple' => true]),
Dropdown filter correctly display. But no matter how many options I choose, a search model gets an array with only one value .
I've tried many ways for this but doesn't find any solution. Thanks.
search method codecomposer updateand deleting the assets. I did the same but it didn't work. Can you please write an answer with your view code (the gridview) ? Everytime i click (holding ctrl) more than one option or select all at same time, it only search for the last one.composer updatein the wrong application haha, my bad. But I still think you should write your own answer and accept it, it helped me, ty :)