Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
strange grid behaviour puzzling me
posted

i'm having a strange problem with the grid control.

1. i've a grid which is bound to a dataset table

   grid.DataMember ="EvaluationMeetingDefinition"

   grid.DataSource = "dsEvaluation";

 

2. a new column has been added to the dataset which is immediately picked up by the grid, now the problem is that i've no control over this new column in the grid, i.e. i change its header caption/position/visibility etc. all is reflected in the VS designer only , but when i compile and run the project the new column appears at the last without the changes. see the image

i put the caption as _Default Status in the designer, but when i run the project, it only takes the name of the datatable's column name i.e. EmdLDefaultStatus.

plz help.