This question is locked. New answers and comments are not allowed.
Hi, i've problem with bind color to Background of my column. I receive data from service, datacontract contain property SetColor of type "Color", when im using binding like this, color won't bind. But when im set fixed color like Backgroud="Red" its working.
<telerikGridView:GridViewDataColumn x:Name="ColorColumn2" Header="Test" DataMemberBinding="{Binding TestData,StringFormat='F0'}" Background="{Binding SetColor}">
