Hello there, first question and hopefully a simple one.
I've been looking around for a solution to this but I'm only seeing threads pertaining to adding new buttons with custom form actions to the cmsfields of a dataobject but I remember this was a feature in a previous version of Silverstripe.
Basically I have a ModelAdmin extension that shows a GridField of DataObjects and when I go into a record I notice that there's no option to load the next or previous DataObject record and I have to go back to the main GridField and click the next or previous DataObject. Problem is I need to go through each DataObject and manually check the relationships for it so without the next and previous buttons/links it's very time consuming and when the DataObject is on say the fifth page, clicking back (not the browser back button) it takes me to the first page. Very time consuming. Is there already a implemented feature for these buttons?
Thanks a bunch