Skip to content

Magento 2 selectionsColumn dropdown in custom admin grid does not render properly

This selectionsColumn in my custom admin grid does not render properly and I don’t understand why. I am using Magento 2.4.6-p2 and php 8.1.29.

The record edit, tabs and grids are based on customer_form.xml, customer_address_form.xml, and customer_address_listing.xml ui_components.

enter image description here

In the customer edit page, in the customer addresses tab, the selectionsColumn renders just fine.

enter image description here

Does anyone have any ideas what’s causing this and how to fix it?

Thanks.