Click here to Skip to main content
15,892,059 members

Comments by Miroxlav (Top 2 by date)

Miroxlav 3-Aug-15 13:04pm View    
1. Create necessary columns.
2. Add data rows with the above line of the code
3. To contine working without a dataset, refer to the following properties of your DataGridView:

* Rows to work with records
* Rows.Cells to work with record fields
* Columns to work with column definitions
Miroxlav 3-Aug-15 13:01pm View    
Deleted
To work without a dataset, check Solution 2. Then you can refer to these properties of your DataGridView:

* Rows to work with records
* Rows.Cell to work with record fields
* Columns to work with column definitions