Let’s say you are a super mogul who happens to own eighty-nine different stores, shops, cafes, and the like. So today your task is to send your GM information about which business buys what and where.
I'm changing the value of the Shale Play field and the Row Validating event is firing as expected. Note that that might be different than, for instance, the name of the column in your database (depending on how your Grid View is populated).
EDIT: Markup: Where "Bind Grid" above is whatever process / method / code you use to bind data to your aspx Grid View. "Shale Play" is not the name of the field in the datasource that's populating your Grid View.
Is it possible to check whether any cell was actually modified in Row Validating event handler. Basically the validation could be done on data lever as well, rather that on UI level.
Probably it's possible to do it comparing all cell values with Grid View Row Validating Event Args. Could you please specify what exactly you would like to do regarding the validation, so that we could suggest you another way of validating the data?
This event occurs whenever cells are selected or the selection is canceled, whether programmatically or by user action.
For example, this event is useful when you want display the sum of the currently selected cells.
I have tested the Row Validated event once again and it is thrown as expected when Rad Grid View loses focus.
I used Q3 2010 SP1 (2010.3.10.1215) version for my tests.
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items I wrote a generic Row Validating Method that uses reflection to compare the new values against the old ones.