Force Engine Recalculate for a grid

I have several bound grids (3), I then have a regular grid that has refrences to the bound grids. =boundgrid1!a1 upon initially setting the formula the refrences work fine. Once I update the refrenced cell the change are not reflected in the =boundgrid1!a1 cell. thx

1 Reply

AD Administrator Syncfusion Team January 19, 2005 09:29 PM UTC

If you set the values in the GriddataBoundGrid using an indexer on the grid, the the formulas should update. If you set the value directly in the datasource (and don''t use the indexer), then the change events on the grid are not triggerred and the formula is not automatically updated. In this case, you can subscribe to some event on the DataSource and explicitly call the formula refresh. Here is a sample. http://www.syncfusion.com/forums/Uploads/GDBG_FormulasForum.zip

Loader.
Up arrow icon