Browse by Tags
All Tags » Data (RSS)
-
Hi,I'm having trouble displaying a combox as a cell content in the datagrid.I'm using a DataSet as the DataContext. I currently have two tables: 1. The data for the grid (named ItemList with the columns Name and UnitId)2. The the data for the combobox (named Units with the columns Id and Description) The column UnitId in table ItemList references ...
-
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 ...
|
|
|
|