I have added the ItemModified field as a column in a grid. Even though the "Grid Auto Updates" is turned on for this grid in Manage Grids, when I enter new items into the grid, the ItemModified field does not get populated in the column for the new items until I press F5.
I did find this in the Manual ( http://www.sqlnotes.net/drupal5/index.php?q=node/269 ) - is it because the change is made in the same grid and not from another grid that it is not auto updated to show the ItemModified value?
Grid auto-updates: Grids auto-update is improving with every InfoQube version. Currently:
- Grids automatically update on item field values changes and on item deletion
- This flag only affects items added elsewhere (in another view or in another instance of this grid). If the flag is set and the new item meet the grid criteria, it will be added
Comments