I have a custom activity entity named "slfn_technischonderhoud" which is setup not to appear in activity menus. I have one record of this in my development environment. whenever I try to open this record from the main.aspx grid, it redirects me to the "new record" form. this only happens when opening it from the main.aspx grid. When opening it from an embedded subgrid on a related entity, it opens the right record.
I do have a Javascript function which does exactly this (open the "new record" form in a new window). Is there a way that this function somehow got assigned to the doubleclick event on the main.aspx grid? and is there a way to unbind this?