Aspose grid row change event handler

Hi,

I have a aspose web grid.The user is asked to enter the details in the Grid.The validation is done based on the details entered.My requirement is I want to perfrom some validation again only when the details in the grid are changed.If the details are not changed the validation need not be performed again.I need a row event change handler.Can u suggest me a way out or an alternative to this????

Thanks

Dhilasu Reddy


This message was posted using Page2Forum from Customizing Row & Column Headers - Aspose.Grid for .NET

Hi Dhilasu Reddy,

I think you may try different types of Validations that GridWeb supports for your requirements.

Please check the demo:

Also, check the doc topic: http://www.aspose.com/documentation/visual-components/aspose.grid-for-.net/creating-validation-rules-for-cells.html

Thank you.