Alex,
Two issues with below grid.
1. I applied RoyalStrong theme to this grid, now i want to remove the border which i marked blue line?
2. I want to make left alignment for all column headers (All level should be same indent). I already raised
the request. You also refer other issue( http://community.infragistics.com/forums/p/23584/87352.aspx#87352).
That post telling use the following stye
<Style TargetType="{x:Type igDP:DataRecordPresenter}" BasedOn="{x:Null}">
<Setter Property="Margin" Value="20,0,0,0"/>
</Style>
But this is not work for me. see the below snapshot.
Anyway to achieve this?
by
Ramesh.P
issue 1: Border is fixed successfully.
issue 2: Not resolved. Remain the same place. I want to be like following
Regards,
Hello Ramesh,
Removing these borders can be achieved by restyling the ExpandableFieldRecordPresenter- setting the BorderThickness of the Border element it its template to 0. Regarding the alignement of the description, you can set the margin property of the ContentPresenter element responsible for displaying that description. I am attaching a sample style with both issues resolved.
Hope this helps.