PDA

View Full Version : Remove the BeanModel Store.



itamar
11 May 2009, 4:58 AM
Good morning,

I managed to remove a BeanModel a store associated with a grid.
In the example the grid has 3 rows.
I tried to use:
grid.getStore (). remove (grid.getStore (). getAt (2));
But he always removes the line 0 (first line).

Thanks

Itamar Nunes