Using VS2005 I have a datagridview control that is bound to my database and funtions well. However it does not seem possible to modify, add an editable column, format each individual column etc once the datagridview control has been bound to a data source.
This is unlike VS2003 where you could pretty much do anything - is there a work around or should I create my datagridview programatically instead of dragging the control onto the page