Browse By Tags

  • Change Text Color in Summary Row only

    I am trying to set the Background and Text color of the Summary row for the grid.

    I am using this Style

    <Style TargetType="ig:CellControl" x:Key="SummaryRowStyle">
    <Setter Property="Background" Value="#FF6693CF"…