This question is locked. New answers and comments are not allowed.
I extended RadPropertyGrid like this:
If I put this in my XAML view I can see the property grid:
However, if I put this in my XAML view I cannot see anything:
So, what's the problem? Where is the difference? Is it related to implicit styling?
I use SL5, Windows8 theme (copied XAML files to my project and using a merged dictionary as stated in your docs) and Q3 2012.
BTW: This is probably related to my other question.
public
class
MyGrid : RadPropertyGrid
{
// there is no code here !
}
If I put this in my XAML view I can see the property grid:
...
<
Telerik:RadPropertyGrid
/>
...
However, if I put this in my XAML view I cannot see anything:
...
<
Controls:MyGrid
/>
...
So, what's the problem? Where is the difference? Is it related to implicit styling?
I use SL5, Windows8 theme (copied XAML files to my project and using a merged dictionary as stated in your docs) and Q3 2012.
BTW: This is probably related to my other question.