After binding a datasource to the grid, the settings of the child band has been cleared. Some column that I have set the Hidden property to be true in the designer, displayed in the grid. I have to reset the band settings after I bind the datasource. What am I missing?
Thanks in advance.
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?
Thanks for your reply.
The key point is the name of the child bands must be same as the name of the Relationship that defines those child bands.