Closed GoogleCodeExporter closed 8 years ago
Whether or not this really drops the selection depends on ResultSet caching
behavior.
Regardless of whether the selected record is dropped from the cache, we think
most uses of the selectionChanged handler would *not* want to take action in
this circumstance (such as - clearing a form that is populated with the current
selected record), so we will not be changing this behavior.
If you need to detect this situation in your app, you can use DataChanged and
findRecord() to see if the selected record is still visible.
Original comment by smartgwt...@gmail.com
on 6 Sep 2013 at 7:50
Original issue reported on code.google.com by
romans.g...@gmail.com
on 6 Sep 2013 at 9:54Attachments: