Hello,
I have a GridComponent (v. 20.2.36).
I imported the Freeze module, injected into the GridComponent and set the frozenColumns on the component to the desired number of columns to freeze.
The UI renders as expected with the desired number of columns frozen. I click on a record and use the built-in 'Edit' button above the grid. I change a value of a cell and click 'Update'. The save persists to the database but the grid is unable to load up again, it's just blank. If I remove the frozenColumns attribute on the GridComponent, the edit/update operation works fine. This is the error that I'm getting in the console when the frozenColumns is set:
If it helps, this is how I'm defining my grid. As far as I can tell I'm not using any of the unsupported features with frozen colums (Grouping, Row Template, Detail Template, Hierarchy Grid).
Looking forward to any helpful suggestions.
Thanks.
James