Ejemplo n.º 1
0
 public void refreshProduct(Product product) {
   grid.refresh(product);
   grid.scrollTo(product);
 }