REGD--Refreshing

Hi Clay, How to refresh the cell in the formula range for a GridDataBoundGrid. Regards, Manohar B.

1 Reply

AD Administrator Syncfusion Team March 21, 2005 05:51 PM UTC

In a GridDataBoundGrid, to use FormulaCells you need to cache the GridFormulaTag objects. To force a calculation on a particular cell, you can set its cached GridFormulaTag to null, and then try call either grid.RefreshRange or engine.RecalculateRange.

Loader.
Up arrow icon