I had a gridview, it attached with a model that have some fields. But in my grid i just show one field, and what i want is when my mouse hover to the grid row,
I used in renderer:
function(value,metadata,record){ metadata.attr = 'ext:qtip="' + val + '"'; }