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