Coding Geek

A blog by Nadeem Iqbal

Browse by Tags

All Tags » WPF » .NET FAQ » CLR (RSS)
Silverlight - Convert List to ObservableCollection
In Silverlight, you will bind the controls such as List/Grid with Observable collection so that any change in the collection automatically reflected on the control. Often you will be required to convert the List to an observable collection but there isn...
SilverLight DataGrid Binding
I was working on the unbound SilverLight DataGrid and thought to write one in this regard, There are scenarios when you don't have a predefined collection of objects to bind to SilverLight DataGrid or you don't know the structure of the object to bind...
More Posts