I have been using Telerik GridView component (version 2014.2.729.45). I need to handle cell change event. Following events are fired consecutively:
1. Cell Validating
2. Cell Validated
3. Cell Edit Ended
4. Row Edit Ended
5. Cell Validating
6. Cell Validated
7. Cell Edit Ended
8. Row Edit Ended
Why these events are fired twice? Is this a bug?
1. Cell Validating
2. Cell Validated
3. Cell Edit Ended
4. Row Edit Ended
5. Cell Validating
6. Cell Validated
7. Cell Edit Ended
8. Row Edit Ended
Why these events are fired twice? Is this a bug?