Browse By Tags

  • XamGrid Style

    I have the following Style for my XamGrid.

    The only thing I can't figure out is the last row in the grid does not have a horizontal border on the bottom side, refer to image. Any ideas where I went wrong?

     

     

    Here is the code:

    <Style x:Key="GridCellStyle…
  • 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"…