User1641955678 posted
If you simply never want this linking behavior, then the simplest thing to do is to just modify the existing field template. Specifically, try going to DynamicData\FieldTemplates\ForeignKey.ascx.cs and change 'private
bool _allowNavigation =
true;' to be false by default.
David