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

Property change notifications in Intersection PropertySetMode

4 Answers 38 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 09 Nov 2015, 09:23 PM

I have noticed that when using Intersection PropertySetMode that property change notifications from Objects in the List of items are not used by the property grid. Is this a known limitation or a bug?

 

I am using version 2015.2.728.

 

PropertyGrid.PropertySetMode = PropertySetOperation.Intersection;
PropertyGrid.Item = new List<Object> { myObject1, myObject2 };

 

// Property change notifications from myObject1 and myObject2 do cause the property grid values to update.

4 Answers, 1 is accepted

Sort by
0
Stefan Nenchev
Telerik team
answered on 12 Nov 2015, 03:54 PM
Hi Chris,

Please, follow the other forum thread you have created for more information

Regards,
Stefan Nenchev
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Chris
Top achievements
Rank 1
answered on 12 Nov 2015, 04:29 PM

Stefan,

  I believe this is a separate issue. This problem does not have anything to do with switching PropertySetMode at runtime. Please re-read the original post and let me know if you have further questions. Thanks 

0
Chris
Top achievements
Rank 1
answered on 12 Nov 2015, 04:30 PM
I can post a solution if that helps
0
Stefan Nenchev
Telerik team
answered on 13 Nov 2015, 02:31 PM
Hi Chris,

Can you please provide more details on this issue as I could not reproduce it from my end. I have created a simple project and the property changed notifications are working as expected. As you said you can send a solution, it will be great to have a look at it and further investigate. The case might be related to the recently found bug.

Regards,
Stefan Nenchev
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
PropertyGrid
Asked by
Chris
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Chris
Top achievements
Rank 1
Share this question
or