Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid listen to remove

    Hi there! I've set my listgrid to setCanRemoveRecords(true)

    I'm using the grid only to display some records (no datasource bound)

    But I need to be informed when the record is removed to perform some java operation. I could not find a handler for this.

    Is it possible?

    #2
    No, it is best to create your own removeField to your grid, it is very easy to do, then you can add a handler to it to intercept the event.

    Comment

    Working...
    X