Binding complex objects arraylist to a datagrid

tonhinbm

Member
Joined
Apr 13, 2005
Messages
8
Programming Experience
Beginner
I have an arraylist of myObjects.
Each object have some simple propierties (int,string) and a propiertie who is a collection(arraylist).
I create a dataGridTableStyle that ONLY show simple propierties,but when I bind a myObjects arraylist to a datagrid then show me OK all my simple propierties but show me too a cross in the first column that enlaced to the collection propiertie of myObject.
I want only show the simple propierties, not the collection propiertie.
How can I do to don't show the cross.
Excuse me for my poor English, I'm from Galicia.
 
Back
Top