I need to display the items from a list in WPF application. I have WPF DataGrid and I use managed client object model to retreive the list items. I would appreciate if someone can explain a way to bind the DataGrid to the ListItemCollection and show the item fields.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I have found the answer. The DataGrid column bindings should look something like this:
|
|||
|
|