This is a migrated thread and some comments may be shown as answers.

PropertyValueChanged

2 Answers 294 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Atefeh
Top achievements
Rank 1
Atefeh asked on 06 Jun 2012, 10:37 AM
Hi
I used PropertyGrid . I defined item that is type of boolean and want to get value change and store this value in datatable 
i can't find property value in this event and don't know how to use GetValue(radProperty) .
How can do this ?

2 Answers, 1 is accepted

Sort by
0
Ivan Petrov
Telerik team
answered on 08 Jun 2012, 12:53 PM
Hi Atefeh,

Thank you for writing.

I would need your initial setup to be able to answer your question adequately. But as a general to get the value of the property when it is changed, you can subscribe to RadPropertyGrid PropertyValueChanged event. This event is fired every time a value of a property is changed. You can access the items in RadPropertyGrid by using the Items collection where you can use either property name or index.
If this does not help you, I would kindly ask you to provide a more detailed explanation of your setup and your scenario. How do you populate the RadPropertyGrid, do you use RadPropertyStore and how you want the whole process to work out.

I am looking forward to your reply.

Kind regards,
Ivan Petrov
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
0
Atefeh
Top achievements
Rank 1
answered on 11 Jun 2012, 11:11 AM
thank you .my problem is solved
Tags
PropertyGrid
Asked by
Atefeh
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
Atefeh
Top achievements
Rank 1
Share this question
or