Hi, my code use OnStateInit to change the column order, settings the GridColumnState.Index property.
Now i found it not work anymore (i can't found the cause).
This is a simplified version who reply the issue: grid is created with Col1 and Col2, in OnStateInit i revert the index of the columns so i assume who grid will render with Col2 and Col1 (inverted order) but seem not working.
https://blazorrepl.telerik.com/QeFwbnFd19xPAId547
What's wrong?
Thanks