Hello,
I am currently trying to build a feature that saves the state of the page (e.g. in database) and can then later restore that state. The Scheduler Pro's (schedulerpro-angular) column filter values should, among other things, be captured by that state. So I am looking for a way to programmatically enter a value in the filterBar (restore state) as well as reading the current value (save state; which I can hopefully get done more elegantly than (this.scheduler?.getSubGrid('locked') as any).columns.allRecords.$filter.value). The restoration of the state should happen such that the filter value is also visibly written in the Filter Bar, as if the user entered it himself.
Thanks a lot!
Albert