Is it possible in a SharePoint list to change the function behind the event 'select item' to open the modal dialog with DispForm.aspx?
So in a list, when you click on a item -> the row gets darkblue, the checkbox gets checked and the ribbon appears. If you want to open the DispForm dialog, you have to click on the linked column. I want to open the DispForm by clicking on whole blue row.
Maybe with JQUERY AOP?