I read in the docs that it is possible to pass a validator to the GridEditSettings, I tested it and it is working fine, however I would like to trigger the validations once the DataSource of the grid has changed, I tried using the Refresh method, but after the DataSource has changed and I added invalid records, the Refresh method doesn't trigger the validations, so I was wondering if there is a way to show the validations in the rows after a Data Source changes?
Please any help on this will be very useful
Daniel
Thanks for answering Renjith,
In order to confirm this, if I use the DataBound or RowDataBound events I will be able to know when a record has been added and retrieve the information or the row, but I won't be able to show the validation inside the row like I was thinking previously, instead I could show something else like a dialog in order to show my validations, is that correct?
Daniel