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.

See full detail: http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/datagridrefreshandupdate06022009072107AM/datagridrefreshandupdate.aspx

Comments

Popular posts from this blog

Very fast test data generation using exponential INSERT

Basic concept and fundamentals of ASP.NET MVC (Model View Controller) Architecture

MVC Architecture Model In ASP.NET