Hey. Help to implement a strict / non-strict search in the DataGridView
, as in the screenshot:
Auto-fill code:
var dataSet = new DataSet(); dataSet.ReadXml("file.xml"); dataGridView1.DataSource = dataSet.Tables["offer"];
So far implemented so. To manual filling has not yet reached.