I have found that when I am dragging a BOOLEAN onto a grid view, and setting option to TOGGLEABLE, its just not working.
The code is certainly being generated in the compnent, but the 'grid' icon is not actually clickable
Here is a sample of code generated in the view
<?php echo JDom::_('html.grid.bool', array(
'commandAcl' => array('core.edit.own', 'core.edit'),
'ctrl' => '(tablename)',
'dataKey' => 'featured',
'dataObject' => $row,
'num' => $i,
'taskYes' => 'toggle_featured',
'viewType' => 'icon'
));?>
I have proven this in a brand new project called TEST, build tried for 3.0.10 and 3.1