AddNewRowPosition's Value is Top by default. So if the value is equal to Top and you set it to Top, I'm pretty sure the event won't fire because the value wasn't changed, even is you specified a new value (since the new value is the same as the old value).
If you set the value to Bottom and then set it again to Top, the event should fire successfully twice.
0
Svett
Telerik team
answered on 01 Apr 2010, 12:20 PM
Hi Mathieu,
Thank you for your question.
I have tried to reproduce the issue using the following code snippet:
I found out that when you are editing GridSpinEditor, the ValueChanging event is not fired. Can you give us more details the editor types where the issue occurs? Also, could you please modify the code snippet above to reproduce the issue?
If the issue appears only in GridSpinEditor, you can create a custom spin editor which resolves the issue. You can use the following code snippet:
If you have further questions, feel free to write back.
Regards,
Svett
the Telerik team
Do you want to have your say when we set our development plans? 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.