after moving the first column when some columns are hidden by column.Visible = false;
If you hide some columns by using column.Display = false; the column moving is working correctly, but the grid is badly rendered (left border of hidden columns is still visible and it makes grid to appear "thicker" at some places...). Is there a way out of it? Thank you very much.
If you hide some columns by using column.Display = false; the column moving is working correctly, but the grid is badly rendered (left border of hidden columns is still visible and it makes grid to appear "thicker" at some places...). Is there a way out of it? Thank you very much.