I'm trying to set up a combo with a handful of columns manually. In the designer I choose "manually define a schema" and I set everything up. I have DisplayLayout.NewColumnShowStyle = Hide. Yet, everytime I build the project, my changes are discarded and at runtime the combo creates its own columns based on the datasource.
Is there any way I can get this combo to do my bidding??
These two KB articles may help:
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?
PRB:Settings don't appear for child bands when setting properties using the WinGrid Designer or QuickStart