Hi, I hope i get a response for this one… because I’m clueless…
I call gridControl.DataSource = MyList;
and get the following exception : “The data source must implement the IList or IListSource interface.”
Problem is… my list class implements IList<T> ..so why do i get this exception???
Imported from legacy forums. Posted by Pitrick (had 1733 views)