Hi all it seems ive found an issue:
this command in the controller
$this->grocery_crud->change_field_type('IDAGENTEREF','hidden');
dont work anymore ( in the sense that the field remains visibile in read, edit and add )
IF and only IF IDAGENTEREF derives from a relation e.g.
$this->grocery_crud->set_relation('IDAGENTEREF','AGENTI','AC_COGNOME');
I use last 1.4
Thank you for your attention