Hi Team,
This is really cool stuff, if any of you could throw some light then its is good.
I have custom RadPropertyGrid and custom DataTemplate which has a usercontrol inside it, I am creating my own Propertydefinitions and using SelectTemplate of dataTemplateselector ,I am providing the Template for editing for each Property Item.
Now the issue is : I want to pass the property definition information /propertyspecification to the usercontrol inside the Datatemplate, So that it behaves accordingly.
For Example:
If it finds the propertydefintion with "IsSelected" as true then it should check the my checkbox and set the background color of my button to Red.Please not this checkbox and Button are child elements of my user control.
This is really cool stuff, if any of you could throw some light then its is good.
I have custom RadPropertyGrid and custom DataTemplate which has a usercontrol inside it, I am creating my own Propertydefinitions and using SelectTemplate of dataTemplateselector ,I am providing the Template for editing for each Property Item.
Now the issue is : I want to pass the property definition information /propertyspecification to the usercontrol inside the Datatemplate, So that it behaves accordingly.
For Example:
If it finds the propertydefintion with "IsSelected" as true then it should check the my checkbox and set the background color of my button to Red.Please not this checkbox and Button are child elements of my user control.