I want to disable the F5 refresh on a specific listpage, I disabled the refresh action key but the F5 still works. I can't overide the Task method on the SysSetupFormRun because it's a listpage. Is any way to do this?
The reason I want to do this is because some refreshproblems when having multiple datasources and I want to disable it for the customer until microsoft comes with a solution (issue is already logged).
Edit: As a fix I intercepted the task method on the SysSetupFormRun class, but this method only triggers when you have selected a record in your listpage. When you first open your listpage and immediately press F5 it does refresh and doesn't go in the task method.