how can i select a row on mouseover in extjs 3.2?
Or
How can i get values of row on mouseover.
This is my sample code
grid.getSelectionModel().on('rowselect', function(sm, rowIdx, r)
{
alert(r.get('name'));
});
Thanks in advance
🙂
try this