I am building a datable from Active Directory data and using this as datasource for my grid but I get the error:
"Cannot find any bindable properties in an item from the datasource "
The error is because I am using: dt.Columns.Add(new DataColumn(property, typeof(Object)));
I don't know if this is a bug or not but I can use that same datable as datasource for winforms DataGridView just fine.
"Cannot find any bindable properties in an item from the datasource "
The error is because I am using: dt.Columns.Add(new DataColumn(property, typeof(Object)));
I don't know if this is a bug or not but I can use that same datable as datasource for winforms DataGridView just fine.