Tag Archives: Data Binding

Binding Silverlight DataGrid Control to a Dynamically-Created Data Object

As a backgrounder, data can be bound to a Silverlight DataGrid control by setting the ItemsSource property to a collection of objects. The object class should have been defined so that each column in the data grid can be bound … Continue reading

Posted in Silverlight | Tagged , , | Leave a comment