We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GridSummaryRow Item Count

Hi ,

Good day .

SfDataGrid GridSummaryRow Item Count not updated after added new row .

Please see attached for the detail .

Thank you .

Regards,
Yap

Attachment: GridSummaryRow_df3935dd.zip

3 Replies

SM Saravanan M Syncfusion Team May 29, 2015 03:17 PM UTC

Hi Yapwen,

Thank you for contacting Syncfusion support,

We have analyzed your query. By default SfDataGrid does not update the summaries at runtime. You need to set LiveDataUpdateMode to either AllowSummaryUpdate or AllowDataShaping. Please refer the below code snippet.

Codesnippet[XAML]:

<syncfusion:SfDataGrid x:Name="datagrid"

AutoGenerateColumns="True"

ItemsSource="{Binding Employees}" LiveDataUpdateMode="AllowDataShaping"/>

Could you please ensure that you have set LiveDataUpdateMode in your sample application? .We have prepared the sample based on this and you can download it from following location,

Sample Location: SfDataGridSample_SummaryUpdate.zip

Please refer the documentation link for the same,

Documentation Link: http://help.syncfusion.com/ug/wpf/Documents/datamanipulation.htm

If still you are facing an issue with updating summaries after setting LiveDataUpdateMode, please share the sample or modify the based on your application and revert to us. It would be helpful for us to provide you the better solution.

Regards,

Saravanan.M



YA yapwen May 31, 2015 08:27 AM UTC

Hi Saravanan,

Thank you .

Regards,
Yap


SC Saranya CJ Syncfusion Team June 1, 2015 05:44 AM UTC

Hi Yap,
 
Thank you for your reply. Please let us know if you require any other assistance.
 
Regards,
Saranya

Loader.
Live Chat Icon For mobile
Up arrow icon