I'm using the latest 3.0 nightly. I created a subclass of ListGrid and I'm trying to override removeRecordClick. It's not marked as an override point in the docs, but the description indicates that it should be.
All I really want is to get notified when a row is removed and this was the only method I could find for that.
All I really want is to get notified when a row is removed and this was the only method I could find for that.
Comment