2
Answers

How to calculate multiple rows in index using angularjs

suman goud

suman goud

8y
338
1
 
 
how to calculate multiple rows in popup
 
am getting issue when a customer have multiple payments(rows) in popup,
same values are binding for two rows,
i want to give different values in multiple rows and calculate that two rows total to main grid(view).
if one customer has 1 payment its working properly
please find code in Js bin,
https://jsbin.com/kucilobowu/edit?js,output
 
Answers (2)
0
spgilmore

spgilmore

NA 591 0 20y
What for? Why not just use an httprequest to download it directly from the server? If you have to do this, you can always base-64 encode the file and send it as a string in a webservice. I belive that .NET webservices support DIME, which is smaller and has other benefits, but I don't know anything about it.