Binding objects to DataGrid - public fieald instead of public properties
I would like to bind an array of objects to DataGrid control. It is possible to do this by CurrencyManager and dataGrid.DataSource property. But the problem is that dataGrid shows only public properties. I have generated C# classes from xsd schemas which include only public fields. Is there any way to bind and show my public fields on dataGrid.
Thanx,
Ziga

