Hi,I am using XamGrid and want Alternate Row styling enabled ,(set the background color), and hover-Style enabled.
The property IsAlternateRowsEnabled is set: IsAlternateRowsEnabled="True".
In your sample of Alternate Rows Styling in the feature browser, the hover style is set to none.Please reply me; thanks!
voks
HI,
I am not sure what sample you are referring to.
I created a sample XamGrid application with IsAlternativeRowsEnabled = true, and RowHover = Row"
Please let me know what your specific question is
Sincerely, Matt Developer Support Engineer
Hi,Thanks for your Code Sample;using"... <Style TargetType="ig:CellControl"> <Setter Property="Background" Value="Yellow"/> </Style>..."works fine!(In my question above I referred to:Netadvantage 2011.2, WPF Feature Browser, XamGrid,Style, Alternate Row StylingIn that sample, the alternate row styling did not work with rowhover=row.)Thanks voks