Hi,
I am trying to reset the grid, after having performed some backend operations on the observed dataset.
When I have FrozenColumnCount defined, this crashes with an object not found exception. The crash does not occur when not having this attribute defined.
Platform: Windows (not tested on IOS or Android)
Resetting:
var binding = Grid.BindingContext;
<Dataset manipulation>
Grid.BindingContext = null;
Grid.BindingContext = binding;