We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to detect new cell value

We are using the GridFindReplaceDialogSink in conjunction with the GridControl and need to verify that Replace values meets certain data restrictions. For example, our application has columns that are defined as Numeric only and we want to check if the new replace value is number and not character data. We attempted to do this in the SaveCellInfo event but the value of the cell is still the old value prior. What event is triggered that allows us to validate the new replace value during the find and replace process. Domenick

1 Reply

AD Administrator Syncfusion Team March 6, 2006 05:29 AM UTC

Hi Domenick, By having a custom GridFindReplaceDialogSink class that implements the IGridFindReplaceDialogSink, you can verify whether the replace values meets certain data restrictions and then you can allow it to replace the values in the FindInRange() method. Please refer the sample. Regards, Calvin.

41538.zip

Loader.
Live Chat Icon For mobile
Up arrow icon