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
210
Style the xamDataGrid
posted

I want to do custom style for the XamDataGrid

+ Group 1
- Group 2
> Item 1
> Item 2
> Item 3
+ Group 3

Styling:
1. Choose custom image for + and - for collapse and expanded group
2. Background for group in Yellow (GroupByRecordPresenter color by default)
3. When i select group the color should change for the selected group to blue(GroupByRecordPresenter color on selection)
4. When I select Item the color should change to blue. (DataRecordPresenter color on selection)

Can you tell  what are the property or style element for XamDataGrid to achieve following: Collapsed/Expand image on group and group/item color on selection

thanks