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 be able to programmatically create the columns myself?
| ||||
|
feedback
|
| |||||
|
feedback
|
|
As @ozczecho metioned do For binding the xml to a DataGridView do:
In the designer create various columns and set the Please read DataSet.ReadXml Method (String) for more information about loading xml into a dataset. Other way of binding xml to | ||||
|
feedback
|