To reproduce: - Add a column to the grid and try to set its IsPinned property to true.
We agree that this is not intuitive, hence this case. We will resolve it in a future release.
Normally, we have more than one column in the grid, and it is almost always the first one(s) that is (are) pinned. Intuitively, it is normal to set the IsPinned attribute just when the column is created. Currently, without the fix, we have to set it afterward, something that is not logic. Thx. Philippe