Hi,
After updating components now I'm getting the following error in TreeGrid control:
treegrid.js?73ba:1145 Uncaught TypeError: Cannot set property 'filterSettings' of null
at TreeGrid.onPropertyChanged (treegrid.js?73ba:1145)
at TreeGrid.Base.dataBind (base.js?c568:103)
at TreeGrid.Component.dataBind (component.js?31ac:155)
at TreeGrid.dataBind (treegrid.js?73ba:1300)
I think that the problem is when the component is destroying and the internal grid is null before the onPropertyChanged event is called
I'm using the version 17.2.51
Regards,
Jaume