Hello,
I have 3 columns in my grid and need data validations in the first column.
I'm currently trying to achieve this through IDataErrorInfo.
I'm trying to trigger validation for all cells in the column when any one of the cells is updated or any row is added/deleted.
So far i could not see any generic method to make this work.
From this https://www.telerik.com/forums/trigger-grid-view-validation there is no way to do this?
Any help is appreciated.