-
9 Oct 2009 4:54 AM #1
Insert item to Grid Store and let the row fade in
Insert item to Grid Store and let the row fade in
Hi,
how do I fade/highlight a grid-row when it is first inserted into the store?
I tried the following without success:
Code:El.fly(grid.getView().getRow(myNewItem)).fadeIn(new FxConfig(100))


Reply With Quote