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?
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?
Comment