Tagged Questions

1
vote
2answers
1k views

DataGridView Autogeneratecolumns as TextBox instead of label

How can I have a datagridview that will autogenerate a textbox instead of a label?
0
votes
2answers
1k views

C# Datagridview - Turn off AutoGenerateColumns when binding to XML file?

I am binding an XML file to a DataGridView. I don't want the columns to be auto-generated, in fact I want to generate them myself. Is there a way of turning off the auto generating columns feature and ...