FIX. there is an issue when setting the MinWidth property without setting the Width property.
1. Create a new project with RadGridView.
2. Add some columns.
3. Set the MinWidth property for the last column to 2000. Do not set its Width property.
4. Run the project.