I setup grid using code by setting column/row properties of the field class. In the first row I get a white space. I expected gray space as the last row. Suggestions?
Thanks
Hi I am facing some issue related to header BG Color/ Hover color but i am not able to change color code of header, I am doing like this
<Style TargetType="igDP:DataRecordPresenter" x:Key="DataRecordPresenter1"> <Setter Property="HeaderAreaBackground" Value="#FFECE9D8"> </Setter> <Setter Property="Foreground" Value="#FFECE9D8"> </Setter> <Setter Property="Background" Value="#FFECE9D8"> </Setter> </Style>
<igDP:XamDataGrid.FieldLayoutSettings > <igDP:FieldLayoutSettings AutoGenerateFields="False" RecordSelectorLocation="None" DataRecordPresenterStyle="{StaticResource ResourceKey=DataRecordPresenter1}" DataRecordCellAreaStyle="{StaticResource customRecordArea}"/> </igDP:XamDataGrid.FieldLayoutSettings>
But only color of most left column is changed but other remain same colr, plz suggest where am i doing wrong?