I am using JS grid in our project server application. I have a JS grid with a hyperlink and on clicking the hyperlink it navigates to a reporting list present on the same site . My problem is when we click on the hyperlink page it opens a new window instaed of this behaviour i want to open it in same window. JS grid hhyperlink column has only two properties Display and Address. While on the project center page in Project server when we click on any project it opens the project site in the same window.
dr["Hyperlink"] =newHyperlink() { Display = "Contoso", Address = "http://devpwa2010/pwa/projects.aspx"}