Hi,
I have a user control - with 2 grids and 4 buttons...buttons used to add/remove values between the grids.
There are two properties in this(which i defined in view-model)..."SourceGridData" and "DestinationGridData"...i have implemented onPropertyChanged for these properties.
I use this user control inside my wpf application....and in someevent handler in my application, I set some dataset to the above mentioned properties.
But the data is getting displayed in grid, unless i click any of buttons in user control :(
Any help wud be appreciated !