winForms + DataGridView binding to a List
Is the property on the grid you are binding to Opcode as well?.. if you want to bind directly to List you would just DataSource = list. The databindings allows custom binding. are you trying to do something other than the datasource? You are getting a bunch of empty rows? do the auto generated columns … Read more