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
I am just following up on this post.
Please let me know if you need further assistance.
Sincerely, MattDeveloper Support Engineer
Hello Matt,
I am currently on a similiar issue. I'm needing the row hover style changed BASED on the color the specific row the cursor is hovering over, basically giving it a bolder color, or maybe giving increasing the row border size; something to indicate that it has changed other than the default row hover color.
I couldn't find a RowHover event, so im not sure how to access the style for the "row hovered" row.
How does one reach this style?
Thanks,
DJ Enriquez
I am attaching a sample that should meet your requirements.