I've got the following buttons:
<telerik:RadPathButton Command="{Binding DoActionCommand}" PathGeometry="{telerik:RadGlyph Glyph={Binding Action.FontIcon}}" PathStyle="{StaticResource UniformPath}" Content="{Binding Action.Label}" ContentPlacement="Bottom" Margin="0,6,6,0" Padding="12" />
If I set the Glyph property to something like {StaticResource GlyphGear} then this works. However when I try to bind to it, the button fails to render and as far as I can tell there is no error. I have tried setting the bound value to the "" and "GlyphGear" and tried with and without the StringToGlyphConverter with no luck. What am I missing?
