When enabling CodeIgniter's internal CSRF protection with:
$config['csrf_protection'] = TRUE;
in config/config.php, then GC auto-generated action buttons (edit, view) and links (add) does not work anymore.
It seems that the CSRF token is not passed along in the Ajax calls (confirmed with Firebug). It is possible to use this feature with GC?
BTW I'm using GC 1.5.0 and CI 2.2.0.