We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Columns are added by observing adminhtml_block_html_before
adminhtml_block_html_before
GridControl/src/app/code/community/FireGento/GridControl/etc/config.xml
Line 19 in d3e03fd
setFilterValues happens before that event fires, so the columns are not available when it tries to match filter -> column.
setFilterValues
https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/code/core/Mage/Adminhtml/Block/Widget/Grid.php#L449-L461