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

RadPropertyGrid ValueEditing events

4 Answers 120 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Akram
Top achievements
Rank 1
Akram asked on 12 Dec 2012, 08:43 PM
Hi 
I have a property grid in my window and i want to control the property value change by an event such as ValueEditing.

Is this feature already supported?

Thanks,
Akram

4 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 13 Dec 2012, 07:21 AM
Hi,

 Why not use MVVM instead and control your value in your property setter?

Kind regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Akram
Top achievements
Rank 1
answered on 13 Dec 2012, 02:24 PM
Hi Vlad,

That's mean i have to make a wrapper for all objects, but what a bout cases where the objects known only in run time.

Please let me know if there is an event PropertyValueChanged like the win form property grid.

Thanks,
Akram
0
Ivan Ivanov
Telerik team
answered on 18 Dec 2012, 12:42 PM
Hello,

Currently we do not plan to introduce such an event as it will go in direct interference with our support for custom editors. Can you please send us a simple repro project that demonstrates the cases that you are addressing, so that we could inspect it on our side?

All the best,
Ivan Ivanov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Akram
Top achievements
Rank 1
answered on 18 Dec 2012, 04:13 PM
Hi Ivan 
The case is very simple, i am trying to do the same as vs designer do, the user click any part on my Window then he can able to change the properties of the clicked element.

But i need to control the operation by event such as PropertyChanged and PropertyChanging

Thanks,
Akram
Tags
PropertyGrid
Asked by
Akram
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Akram
Top achievements
Rank 1
Ivan Ivanov
Telerik team
Share this question
or