Is there a tag or property of PropertyGrid can indicate some values has changed?

1 Answer 108 Views
PropertyGrid
Steve
Top achievements
Rank 1
Veteran
Steve asked on 06 Aug 2021, 08:51 AM

I want to prompt the user some messages if the values of PropertiGrid changed  when they close the RadForm. 

 

How do I do that? Thanks!

1 Answer, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 06 Aug 2021, 02:59 PM

Hello, Steve,

RadPropertiGrid offers several events that occur during the editing process and indicate that the value has changed.

  • ValueChanging: The active editor fires this event when it is about to change its value.
  • ValueChanged: Fires when the active editor changes its value. The data is not saved in the item at this point.
  • PropertyValueChanging: The item fires this event when it is about to save the value.
  • PropertyValueChanged: Fires when the value has been saved to the item.

You can find them listed here: https://docs.telerik.com/devtools/winforms/controls/propertygrid/editors/events 

I hope this information helps. Let me know if you have any other questions.

Regards,
Nadya
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
PropertyGrid
Asked by
Steve
Top achievements
Rank 1
Veteran
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or