NotifyPropertyChanges with CellTemplate

I have a GridDataControl that I want one of the columns where I override the datatemplate to be updated when the value it is bound to changes. It works if I just have a GridDataVisibleColumn but as soon as I override the CellTemplate it does not update until I click on the row, and then it updates the value. Am I doing something wrong?


CODE EXAMPLE:

ItemsSource="{Binding Source={StaticResource LayersSource}}"
UpdateMode="PropertyChanged"
ShowAddNewRow="False"
NotifyPropertyChanges="True"
SelectedItem="{Binding Path=SelectedLayer, Mode=TwoWay}">
















Thanks,

Michael

2 Replies

AK akjoshi March 23, 2010 10:19 AM UTC

Hi, I am also facing exactly same issue; Please reply soon, its a big showstopper for us and really time wasting.


GK Ganesan K Syncfusion Team March 23, 2010 06:32 PM UTC

Hi ,

Thanks for using Syncfusion products.

You need to implementing INotifyPropertyChanged in your businees object.

Download the workaround sample from the following location.

http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=CS-842531241.zip

Please let us know if you need any more details.

Thanks
Ganesan

Loader.
Up arrow icon