miwe76
30 Jul 2010, 2:07 AM
hi i wanna try the new ColumnReordering Feature on Grids...
It works but the event ColumnMove ist happening when i move a coulmn.... Is this a bug?
grid.setColumnReordering(true);
grid.addListener(Events.ColumnMove, new Listener<BaseEvent>() {
@Override
public void handleEvent(BaseEvent be) {
Log.debug("ColumnMove");
}
});
Thank u
Michael
It works but the event ColumnMove ist happening when i move a coulmn.... Is this a bug?
grid.setColumnReordering(true);
grid.addListener(Events.ColumnMove, new Listener<BaseEvent>() {
@Override
public void handleEvent(BaseEvent be) {
Log.debug("ColumnMove");
}
});
Thank u
Michael