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
2940
Regarding IgTheme for Xamdatagrid
posted

Dear sir/Madam,

I am using xamdatagrid and i need border after each record.for that i am using style which is shown below.

 

 

 

 

 

 

 

<Style TargetType="{x:Type igDP:DataRecordCellArea}">

 

 

 

 

<Setter Property="BorderBrush" Value="#EEEEEEEE"/>

 

 

 

 

<Setter Property="BorderThickness" Value="0,0,0,2"/>

 

 

 

 

</Style>

  but thier is problem here.Mouseover and Selected record background brush is taken as default.How can i add  BasedOn for DataRecordCellArea so that MouseOver and Selected background brush should come based on theme selection.I am sending the screen shot for that xamdatagrid.