Skip to content

Commit de7cc30

Browse files
committed
Small updates
1 parent d0dcdea commit de7cc30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controls/datagrid/theming-and-styles/style-selectors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ You can set a different style on a specific cell from a specific column based on
2222
2323
## Row Background Style Selector
2424

25-
You can set a different style on a row, alternate row and on row details based on custom style-selection logic by using the `RowBackgroundStyleSelector` (`IStyleSelector`) property.
25+
You can set a different style on a row, alternate row, and on row details based on custom style-selection logic by using the `RowBackgroundStyleSelector` (`IStyleSelector`) property.
2626

2727
> For the DataGrid Row Background Style Selector example, go to the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and navigate to the **DataGrid > Styling** category.
2828
2929
## Group Style Selector
3030

3131
You can set a different style on a group header and footer based on custom style-selection logic with the following properties:
3232

33-
* `GroupHeaderStyleSelector`(`IStyleSelector`)—Different styles can be applied on a per-group header once the DataGrid control is grouped
34-
* `GroupFooterStyleSelector`(`IStyleSelector`)—Different styles can be applied on a per-group footer once the DataGrid control is grouped
33+
* `GroupHeaderStyleSelector`(`IStyleSelector`)—Specifies different style per-group header once the DataGrid control is grouped.
34+
* `GroupFooterStyleSelector`(`IStyleSelector`)—Specifies different style per-group footer once the DataGrid control is grouped.
3535

3636
> To display the group footer, set the `ShowGroupFooters` property to `True`.
3737

0 commit comments

Comments
 (0)