Summary Row update Real Time

Hi,

I am using WPF Grid Data control grid to display data. Databinding for data is done through observable collections. I am trying to display summary row by adding a particular column. However, the summary row is updated at the start of program and is not updated real time, if the values in column changes. Attaching small piece of code. I am missing some thing here ? . I appreciate your help. Thanks


AutoPopulateColumns="False"
AllowDelete="False"
AllowEdit="False"
ShowAddNewRow="False"
AllowSelection="Row"
IsSynchronizedWithCurrentItem="True"
NotifyPropertyChanges="True"
ShowTableSummaries="True"
ItemsSource="{Binding PositionCollection, Mode = TwoWay,UpdateSourceTrigger=PropertyChanged}" >
















1 Reply

GK Ganesan K Syncfusion Team April 21, 2010 04:18 AM UTC

Hi Gaurav,

Thanks for using Syncfusion products. This issue resolved in our latest version published in the following link.

http://www.syncfusion.com/support/forums/general/93921/essential-studio-2010-volume-2-final-release-v82018-available-for-download

If you want the fixed binaries in your version then please create direct trac incident.

Thanks
Ganesan

Loader.
Up arrow icon