all i get are the column headers, not any rows or data.
… and more code if i want it write/delete/add able?
Hi Steve,
you´re missing to actually fill the DataGridView after binding it to the DataSource.
Some code like this should work
table1TableAdapter.Fill(stringyDataSet.Table1);
It´s not really a Wisej.NET issue and you can search through the internet for similiar cases.
Most of the WinForms based approaches to fill a DGV with data should work exactly the same way with Wisej.NET.
Best regards
Frank
Please login first to submit.