Hi,
<Style x:Key="lpr" TargetType="{x:Type igDP:LabelPresenter}" >
<Setter Property="BorderBrush" Value="Black"></Setter>
<Setter Property="BorderThickness" Value="1,3,0,5"></Setter>
</Style>
For this Field in a XamlDataGrid:
<igDP:Field Name="short_name" Label="Name" >
<igDP:Field.Settings>
CellValuePresenterStyle="{StaticResource cvp}"/>
</igDP:Field.Settings>
</igDP:Field>
Does not give me a border. Please can you let me know what I am doing wrong. The style I created above works if I set it against for the CellValuePresenterStyle.
Thanks in advance.