I received a request from someone to modify a list view in such a manner that if someone clicks on the title of the item it should take him to the edit page instead of the display page. After some work with Sharepoint designer I was able to manage it in few steps. Here are the steps needed to be followed in this case:
href="{$URL_Display}?ID={@ID}" onclick="GoToPage('{$URL_Display}?ID={@ID}')
href="{$URL_Edit}?ID={@ID}" onclick="GoToPage('{$URL_Edit}?ID={@ID}')
Naomi N edited Revision 4. Comment: Minor edit
Patris_70 edited Revision 2. Comment: deleted (en-US) title
Horizon_Net edited Revision 1. Comment: added language tags
Gokan Ozcifci edited Original. Comment: Made some design changes