Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CellChangedEvent does not contain cell position #21

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 3 comments
Closed

CellChangedEvent does not contain cell position #21

GoogleCodeExporter opened this issue Apr 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

yeah, CellChangedEvent  should be extending GridRowColEvent. Will fix this in 
the 
next build.

Original comment by sanjiv.j...@gmail.com on 2 Dec 2008 at 2:00

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fixed in build 12-02-2008

See http://forums.smartclient.com/showthread.php?t=3030

Original comment by sanjiv.j...@gmail.com on 3 Dec 2008 at 5:11

  • Added labels: 12-02-2008

@GoogleCodeExporter
Copy link
Author

Original comment by sanjiv.j...@gmail.com on 3 Dec 2008 at 1:06

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant