You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to perform an action when I edit a cell in a ListGrid, so I add a
listener:
grid.addCellChangedHandler(new CellChangedHandler() {
public void onCellChanged(CellChangedEvent event) {
// what here?
}
});
I need to obtain at least row and column of the cell from the event but
there isn't any.
I see that many Cell... events extend GridRowColEvent, but not the
CellChangedEvent. Information supplied by this class (row, column, record)
would be quite sufficient.
Original issue reported on code.google.com by ngcut...@gmail.com on 2 Dec 2008 at 11:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ngcut...@gmail.com
on 2 Dec 2008 at 11:06The text was updated successfully, but these errors were encountered: