Hi all,
I am struggling getting only certain columns of an Adapter EntityCollection to display in a .Net 1.1 Winforms Datagrid.
This is what I have done so far:
- Add the EntityCollection component to my Toolbox
- Drag the EntityCollection to my form
- Assigned the EntityFactory
- Create TableStyles and assign the mapping property to the columns I want displlayed/formatted
No matter what I do, my table styles are not used... no formatting is done.
Any ideas?