All Tags »
Data »
Columns (RSS)
Sorry, but there are no more tags available to filter with.
-
Gentlemen,
I have the following construct: MyCompany.MyProject.MyStaticClass.MyInstanceClassMyInstanceClass has the members ID and Description.MyInstanceClass also has a static MyStaticList that keeps a List<> of all instances of the class. This serves as the IEnumerable source for the datagrid.When I am binding my data, even with ...