Hi,
I'm working with Kendo Grid with MVC Core. I try to do the total rows (picture below) for 2 columns
Total Tax Rate (line 8) = line 1 + 2 + 3 + 4 + 5 + 6 for column d and e
Net Tax Rate (line 10) = total of line 8 - line 9 for both column d and e
The users want to see new calculate total every time they make some changes. Any suggestion how to handle this requirement.
Thank you.
Note: Grid setting
GridEditMode.InCell
DataSource: Batch(true)
ServerOperation(false)