Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
How I change the background of all rows on XamGrid Row
posted

How I change XamGrid Row background. I try to use

 

 

 

 

 

 

 

 

<Style x:Key="cellStyle" TargetType="ig:CellControl">
 <Setter Property="Background" Value="#E7EFFF"/>
</Style>

....

 

 

 

 

 

 

<ig:TextColumn Key="Abbreviation" HorizontalContentAlignment="Right" HeaderTextHorizontalAlignment="Right" HeaderText="" IsSummable="False" CellStyle="{StaticResource cellStyle}">

...

But it does not give me desire result.  Still alternate Color is displaying on xmaGrid rows.