A helpful code sample for binding a collection to a datagrid
Hello there,
I am building an application and I have a client class which returns a COLLECTION of client objects. Each Client object has 6 string properties.
What I want to do is bind this collection of client objects to a datagrid.
I have found loads of info on this but I cant seem to get it to work. Has anyone got some sample code that I could look at as it is so simple but I am missing something.
note: My collection is working, ie... it is returning the collection of client objects.
thanks
Russ