cancel
Showing results for 
Search instead for 
Did you mean: 

Backend massaction(grid) selectAll alone is not working

SOLVED

Backend massaction(grid) selectAll alone is not working

In Magento admin grid, select all alone is not selecting all the checkboxes, whereas select visible, unselect visible and unselect all is working fine. What might be the issue? help me to resolve this issue!

 

sample-request-selectall.png

Prema M
1 ACCEPTED SOLUTION

Accepted Solutions

Re: Backend massaction(grid) selectAll alone is not working

I found the solution to this issue. Problem: Invalid id given for massaction_id_field in XML. After updating it ( to Schema's primary column name, it works like a charm!

Prema M

View solution in original post

3 REPLIES 3

Re: Backend massaction(grid) selectAll alone is not working

Hello @prema_mani1 ,

 

Can you please upload screenshot on third party service? I'm not able to see your attached screenshot.

 

Also check do you get any error on console log?


--
If my answer is useful, please Accept as Solution & give Kudos

Re: Backend massaction(grid) selectAll alone is not working

Hi @gelanivishal ,

 

In console, it is not throwing any error. Please check the following link,

https://magento.stackexchange.com/questions/264813/backend-massactiongrid-selectall-in-not-working

Prema M

Re: Backend massaction(grid) selectAll alone is not working

I found the solution to this issue. Problem: Invalid id given for massaction_id_field in XML. After updating it ( to Schema's primary column name, it works like a charm!

Prema M