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
1775
Custom SummaryOperand for UnboundColumn
posted

I've read the blog http://blogs.infragistics.com/blogs/devin_rader/archive/2010/01/07/creating-custom-summery-operands.aspx

We use xamGrid 11.1

It's working fine for data in grid.DataSource. We have UnboundColumn with ValueConverter and this value doesn't have a property in DataSource. So I can't get this value in method Summarize() in custom SynchronousSummaryCalculator. Is there any way to work with such properties?