W
Werner Boelen
After binding a DataGridView to a datasource and looping through the
columns to update the headertext, some captions get modified and some
don't.
Sample code copied from ms-help:
For Each column As DataGridViewColumn In EmployeesDataGridView.Columns
column.HeaderText = String.Concat("Column ", column.Index.ToString)
Next
Anybody else noticed this bug??? And maybe found a workaround?
Kind regards,
Werner Boelen
columns to update the headertext, some captions get modified and some
don't.
Sample code copied from ms-help:
For Each column As DataGridViewColumn In EmployeesDataGridView.Columns
column.HeaderText = String.Concat("Column ", column.Index.ToString)
Next
Anybody else noticed this bug??? And maybe found a workaround?
Kind regards,
Werner Boelen