gxtyas
14 Mar 2011, 5:25 AM
Sven,
On adding new row to grid, I would like to highlight the grid row for few seconds,
I tried the following code but no luck , Could you please show the correct way to highligh the grid row?
grid.getStore().insert(beanModel,0);
grid.getView().refresh(false);
El el = new El(grid.getView().getRow(0).getInnerHTML());
el.setVisibilityMode(El.VisMode.VISIBILITY);
el.blink(new FxConfig(1000));
On adding new row to grid, I would like to highlight the grid row for few seconds,
I tried the following code but no luck , Could you please show the correct way to highligh the grid row?
grid.getStore().insert(beanModel,0);
grid.getView().refresh(false);
El el = new El(grid.getView().getRow(0).getInnerHTML());
el.setVisibilityMode(El.VisMode.VISIBILITY);
el.blink(new FxConfig(1000));