FIX setting the TextAlignment property of a GridViewDecimalColumn to MiddleLeft at design time fails.
1. Create a new project and open a form at design time
2. Add RadGridView
3. Add a GridViewDecimalColumn
4. Set its TextAlignment property to MiddleLeft
5. Run the application