Essential Grid control supports cross-sheet references. Cells in one grid can refer to the cells in other grid which is registered with same sheetfamilyid by using cross-sheet references.
Features:
The sample implements this feature with two sheets: Display and Calculations
The Display sheet accepts parameters, such as salary details, insurance policy details, loan details, and computes annual income of a given employee.
The Calculations sheet computes tax deductions for an insurance policy and personal loan.
This sample also has a check box option that can be used to display only formulae instead of computed values in formula cells.