How to get MakeFooter Totals refresh when the inline grid records are added or edited

The form is a Master Detail Inline Editing Grid for Invoice/InvoiceItems. I used your footer griddemo to do this:
private object MakeFooter(GroupInfo<InvoiceItemAc> info)
{
    return new { Description = "Amount Total :", Amount = info.Items.Sum(=> o.Amount) };
How to get the MakeFooter Amount Total recalculate when the inline grid Invoice Item records are added or edited ? I have grid grouping set to False so I have no groups defined. Is this part of the problem? ASP .Net Core Web site, Awesome controls (latest ver 6.3)
owner
Clifton Nurse
asked at 28 Jun 2020

Answers 

please Sign In to leave an answer

By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .
contact us