or
data-rel="popover" attribute and a href attribute equal to the PopOver id to the navigational widget DOM element (prefixed with #, like an anchor)."// call from detailInit grid function getCustomer(e){ country = e.data.COUNTRY; customer.read(); //datasource console.log(customer.data());}cols.Bound(p => p.ID)
.Template(@<text><a id="Foo_\@item.ID" href= "#someLink" > @item.ID </a></text>);.Template(@<text><a id="@item.ID" href= "#someLink" > @item.ID </a></text>);