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());
}