Announcement

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

    ListGrid group ungroup removes node meta data _ref

    Hello,
    I have a ListGrid which uses a subclass of ListGridRecord as records. When I group by a column everything is working fine. The problem starts when I ungroup the ListGrid. ungrouping invokes isc.Tree.removeNodeMetaData which removes some node meta data, including _ref. As a result the ListGrid does not construct my subclassed ListGridRecords anymore, but normal ListGridRecords. Is this intended and is there a way to circumvent the call to isc.Tree.removeNodeMetaData?

    I am currently on an older version : 12.0-p20180712.
    Thank you in advance
Working...
X