3.2.0

How to clear, to add and to refresh grid?

Hi all,

My question: how to clear, to add and to refresh grid?

Andre Aloisio Oliveira da Silva
August 24,
I don't speak Engligh very right, i'm brazilian
Andre Aloisio Oliveira da Silva
August 24,
Cara eu usei uns exemplos aki, mas nao tive sucesso...
eu adiciono itens no array, e dou um refresh no grid... mas ele nao faz nada!!!


Hey guy, I have used some examples here, but I didn't get luck!
I add a item into array and execute the refresh method from obj (instance of AW.grid), but, the grid don't refresh!

Adolfo Eloy Nascimento
December 2,
Try something like:

grid.clearRowModel();
grid.setRowCount(...);
grid.refresh();
LostInSpace
December 9,

This topic is archived.

See also:


Back to support forum