Why in design time i dont change column in DataGrid in Relation
(detail) table
i do :
1. New SmartProject C# in VS2005
2. Add standart Northwind.sdf in Project
3. Add Customers Orders Emploeers and Products Table in project
4. Add in Form Customers DataGrid and (relation, after + on customer)
Orders table
5. in Property table Orders - edit TableStyles (collection) - Grid
Column Styles - change order column
BUT COLUMN dont change - as first position
Why?
(NETCF 2.0 VS2005 C#)