Syncfusion.Windows.Controls.Grid Formula Complete

In the Syncfusion.Windows.Controls.Grid , i have some formula cells.If i enter values in some data cells then on the fly values would be computed in the formula cells.I would like validate my data input.on the formula cells values should not go -ve. Is Syncfusion.Windows.Controls.Grid providing any grid events like formula completetion or formula update completed?if so then it would be easier for me to take the computed formula on the fly.

Thanks and Regards,
Faizal Ahmed.H


1 Reply

MK Mayavel K Syncfusion Team February 23, 2011 06:05 AM UTC

Hi Faizal,

Thank you for using Syncfusion products.

you can use CurrentCellChanged event to validate the input values in Formula cells.

Code Snippet:

this.grid.CurrentCellChanged += new Syncfusion.Windows.ComponentModel.GridRoutedEventHandler(grid_CurrentCellChanged);

Please check this event and let us know if you have any queries.

Regards,
Mayavel K



Loader.
Up arrow icon