Skip to content

Commit 4a913c2

Browse files
984957: Updated the UG content and samples for Row in Blazor DataGrid
1 parent b6f567d commit 4a913c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

blazor/datagrid/detail-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
The detail template in the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid displays expandable sections for each row to show additional, context-specific information. This is useful when rows contain nested or supplementary data that would otherwise clutter the main grid view. Define the template using the [DetailTemplate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridTemplates.html#Syncfusion_Blazor_Grids_GridTemplates_DetailTemplate) property, which supports any HTML content, Syncfusion<sup style="font-size:70%">&reg;</sup> components, or custom Blazor components.
1313

14-
> Review the [templates](https://blazor.syncfusion.com/documentation/datagrid/templates) topic before adding a detail template to configure required settings.
14+
> Review the [templates](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridTemplates.html#Syncfusion_Blazor_Grids_GridTemplates) topic before adding a detail template to configure required settings.
1515
1616
For an overview of the `detail template` in the grid, watch the following video.
1717

@@ -2111,7 +2111,7 @@ In this example, the **.e-indentcell** class targets the grouping indent cell el
21112111

21122112
Customize the toolbar appearance in the detail grid using CSS. The following examples style the toolbar root and button elements.
21132113

2114-
**Customizing the Detail Grid toolbar Root Rlement**
2114+
**Customizing the Detail Grid toolbar Root Element**
21152115

21162116
To customize the appearance of the detail Grid's toolbar root element, use the following CSS code:
21172117

blazor/datagrid/row-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The [RowTemplate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.
1414
To enable and configure the `RowTemplate` feature in the Grid, follow these steps:
1515

1616
1. **Set up the row template:** Define a custom row layout using the `RowTemplate`.
17-
2. **Define row layout using the GridTemplates component:** Wrap the `RowTemplate` content inside [GridTemplates](https://blazor.syncfusion.com/documentation/datagrid/templates#gridtemplates-component). Each row template must contain the same number of `<td>` elements as the Grid’s column count to ensure alignment.
18-
3. **Template configuration:** For more guidance on configuring templates, see the [templates](https://blazor.syncfusion.com/documentation/datagrid/templates#templates) documentation.
17+
2. **Define row layout using the GridTemplates component:** Wrap the `RowTemplate` content inside [GridTemplates](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridTemplates.html#Syncfusion_Blazor_Grids_GridTemplates). Each row template must contain the same number of `<td>` elements as the Grid’s column count to ensure alignment.
18+
3. **Template configuration:** For more guidance on configuring templates, see the [templates](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridTemplates.html#Syncfusion_Blazor_Grids_GridTemplates) documentation.
1919

2020
For an overview of `row templates` in the Grid, watch the following video.
2121

@@ -644,7 +644,7 @@ The row template feature is not compatible with all Grid features and has limite
644644
- Column chooser
645645
- Column menu
646646
- Detail Row
647-
- Foreignkey column
647+
- Foreign key column
648648
- Resizing
649649
- Reordering
650650
- Aggregates

0 commit comments

Comments
 (0)