When you bind the GridView to a data source at design time, the columns get auto generated - it creates a new Project Data Source from an Object and generates a form BindingSource.
However, on the object I have a reference to another object - ClassA -> ClassB Property which references a ClassB instance.
At design time, a TextBox column is generated. Where as at runtime, I need this to be a DropDown list. Is it possible to change the column type at design time or make it generate a DropDown for the object reference property - without creating an Unbound Column?
Thanks
Andez
However, on the object I have a reference to another object - ClassA -> ClassB Property which references a ClassB instance.
At design time, a TextBox column is generated. Where as at runtime, I need this to be a DropDown list. Is it possible to change the column type at design time or make it generate a DropDown for the object reference property - without creating an Unbound Column?
Thanks
Andez