An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
Assume we grouped store by an array field or grouped the tree. Store will have Proxy records. Now if we chain this store, chained store will have proxy records as well. Such records don't make sense anywhere outside the master store. Same goes for group records.
store.query() API should probably also ignore everything but real records. Maybe it could be an option.
Reported here: https://forum.bryntum.com/viewtopic.php?p=152910#p152910
Assume we grouped store by an array field or grouped the tree. Store will have Proxy records. Now if we chain this store, chained store will have proxy records as well. Such records don't make sense anywhere outside the master store. Same goes for group records.
store.query()
API should probably also ignore everything but real records. Maybe it could be an option.