This question is locked. New answers and comments are not allowed.
How do we move the Hierarchical grid view up so that when it is expanded there is no padding or margin around it (I'm not sure if the space belongs to parent (padding) or child (margin))? See attached
Secondly, how do we align the columns? This works, but it's a bit of a hack:
Secondly, how do we align the columns? This works, but it's a bit of a hack:
<t:RadGridView.HierarchyChildTemplate> <DataTemplate> <t:RadGridView ItemsSource="{Binding children}" Margin="18,0,-8,0" HorizontalAlignment="Stretch" x:Name="childGridView" Style="{StaticResource ChildRadGridViewStyle}" AutoGenerateColumns="False" CanUserFreezeColumns="False" Width="{Binding ElementName=childGridView, Path=ActualWidth,Mode=TwoWay}">