Automatic DataGrid refresh in SilverLight
Objective:
Core Objective of this article is to give step by step explnation of , How to update or refresh a DataGrid dynamically in SilverLight ?
a. List which is to be bind must be ObservableCollection
b. Item of list of business class must implement INotifyPropertyChanged interface
.
This article is explaning how DataGrid would get refresh dynamically whenever value in list would be changed.
Step 1 :
Create a SilverLight Application.
Core Objective of this article is to give step by step explnation of , How to update or refresh a DataGrid dynamically in SilverLight ?
a. List which is to be bind must be ObservableCollection
b. Item of list of business class must implement INotifyPropertyChanged interface

This article is explaning how DataGrid would get refresh dynamically whenever value in list would be changed.
Step 1 :
Create a SilverLight Application.
Comments