DataColumn.Caption not working
-
Hi, I have a typed dataset which I bind a DataGridView to, and I have set the caption property of the columns in my dataset. However, when binded, the datagridview is showing the ColumnName value, not the Caption. Am I doing something wrong? I thought that setting Caption would make the DataGridView use it. Sorry if this has been asked before, search didnt yield any results :~
-
Hi, I have a typed dataset which I bind a DataGridView to, and I have set the caption property of the columns in my dataset. However, when binded, the datagridview is showing the ColumnName value, not the Caption. Am I doing something wrong? I thought that setting Caption would make the DataGridView use it. Sorry if this has been asked before, search didnt yield any results :~
-
Hi, I have a typed dataset which I bind a DataGridView to, and I have set the caption property of the columns in my dataset. However, when binded, the datagridview is showing the ColumnName value, not the Caption. Am I doing something wrong? I thought that setting Caption would make the DataGridView use it. Sorry if this has been asked before, search didnt yield any results :~
-
Nope, columns are all autogenerated, but the header text displays the column name, not the value set in the caption property...and according to help, caption should be displayed.