I have a tab url that i want to give a link in column and my url contains # in it. couldn't figure out how to make it work.
url: "/Admin/OfferIndex#offers-received"
template: "#if (OfferCount > 0 && Unread == 0) {# <a href='/Admin/OfferIndex#offers-received' onclick='javascript:OpenWindow(this.href, 800, 600, true); return false;'>#=OfferCount # </a>' #}else if (OfferCount > 0 && Unread > 0) {# <a href='/Admin/OfferIndex#offers-received' onclick='javascript: OpenWindow(this.href, 800, 600, true); return false; '>#=OfferCount # <span style='color:red'>( #=Unread # New )</span></a> #}else{# No Offers #}#",