Hi,
We have an SFDataGrid and we are changing the column sizer on orientation changes. On landscape, the grid to expand to fill out the space so we are using star column sizer but in portrait we want to maintain certain widths to our columns. So we are changing the column sizer on the fly however, we can't find a way to refresh or reload the grid because there are no changes in the data. How can we achieve this?