I have an issue where in the SPGridView if I add a hyperlink field or anything, it seems like the javascript:window.open does not work. It does not show as a hyperlink.
Any advice?
I have an issue where in the SPGridView if I add a hyperlink field or anything, it seems like the javascript:window.open does not work. It does not show as a hyperlink.
Any advice?
Copyright © 2021 Jogjafile Inc.
I was able to resolve this one myself:
Also added this to my class that I am binding with:
return "" + CaseTitle + "";