DataGridView bound (through DataSource) to a List does not show anything -



DataGridView bound (through DataSource) to a List does not show anything -

i'm windows forms, datagridview , datasource property. want set datasource property of datagridview instance of list. not bindingsource, or bindinglist. list. if this, nil shows in datagridview. changing list bindinglist makes thing work, still want utilize list (for reasons).

has succesfully done simple thing?

thank you.

list datagridview datasource

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -