In Excel I can use an expression like "=C16+C17" for a cell to display values from other cells.
In my application I need something similar. The user needs to be able to select a range of cells from a databound grind and display the sum in another cell (not in a footer!). So what I need is the ability to assign something like "Take the values from column xyz from the records identified by ids 7, 23, 42 and sum them up" to an arbitrary cell.
Does anyone know a component that offers such an "expression language"?