Hello,
my requirements are to sum all the(or some of them) cells on a wingrid of a column and the result use it for other calculation or put it on label or else. How can i do that?
thank you.
Hi Mike,
i have seen this example http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10019 but it does not satisfy my req. I'll make an example to explain better: Suppose you have to sum some(or all) cells on a grid and the result sum with a value on an ultranumeric editor and last divide it by a number. Can i do this calcs using only an ultracalcmanager? for example create a named reference1 that holds the sum value of the cell, then create another named reference2 that holds the value of the first namedRef plus the value of the ultranumeric editor...
ps.I dont want to use summaries to get the value sum of the cells
Hi Walter,
Which part of this is giving you trouble? There are several samples of using formulas in the grid included with the NetAdvantage SDK.
The easiest way to do something like this would be to use a Summary in the grid. The summary formual would be something like this:
"SUM([columnKey])"