Currently, DataGrid2 offers three column width settings: "AutoFill", "AutoFitContent", and "Manual".
In the "Manual" setting, column widths can be adjusted manually, but when the width of one column is changed, it automatically adjusts the widths of other columns, making it difficult to independently adjust specific column widths.
While this automatic adjustment feature is convenient, there are cases where it would be useful to independently adjust the width of each column. Custom styles like CSS can be used to adjust individual column widths, but when there are many columns or complex grids with custom content, applying the correct CSS can become challenging.
Therefore, it would be very helpful to have a feature that allows each column's width to be set independently without affecting the other columns. If the required width exceeds the screen size, implementing horizontal scrolling automatically to allow the entire content to be viewed would be ideal.
I believe this feature would allow for more flexible layout customization, so I am proposing it. This would enable column width adjustments without affecting other columns, and by implementing horizontal scrolling, the entire grid can be displayed conveniently.