Hi
I need to create custom SummaryDefinition and SummaryCalculator to pass external parameter to calculate.
Example: My Grid has editable Quantity column. I want to pass HeaderTotalQuantity from to calculator so in summary record I want to display remaining quantity as below.
Can you do this with data binding?
E.g. I want to pass a property that is on my VM (not part of the record) to my Custom Summary.
Say I have a property on my ViewModel that is a string and I don't want to sum any records that match this string, how can i pass this string to my custom summary (obviously the string is updated by user via a separate control at run time so needs d
Thanks a lot Stefan, It worked
Hello pstalsania,
Thank you for your post. I have been looking through it and have created a sample project for you showing how you can achieve this. Please let me know if this is what you were looking for or if I have misunderstood you in any way.
Looking forward for your reply.