Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
INotifyPropertyChanged for summary
posted

Hi,

We make use of the summary rows in the XamWebGrid but we are facing a problem now. When a value is changed after editing, the summary doesn't reexecute, even though our object implements INotifyPropertyChanged. I've checked your source code and it looks like the summary is only updated after sorting, paging, grouping and filtering. Are there any plans to add the functionality (checking for INotifyPropertyChanged)?

We could of course monitor the object ourselves, but there is no way to reexecute the summary calculation per column. How can we execute the recalculation of the summaries per column programmatically?

Thanks,

Arjen