From 7416823472ca7771b1c362d74803d087614ce27b Mon Sep 17 00:00:00 2001 From: ashaamir Date: Thu, 11 Jul 2024 09:54:43 +0300 Subject: [PATCH] SEO-184196-blazor-Row-permanent-redirect --- blazor/datagrid/row.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/datagrid/row.md b/blazor/datagrid/row.md index f6ba484db4..ca5edec3e2 100644 --- a/blazor/datagrid/row.md +++ b/blazor/datagrid/row.md @@ -15,7 +15,7 @@ The row represents record details fetched from data source. ### Using event -You can customize the appearance of a row by using the [RowDataBound](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html) event. The [RowDataBound](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html) event triggers for every row. In the event handler, you can get the **RowDataBoundEventArgs** that contains details of the row. +You can customize the appearance of a row by using the [RowDataBound](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEvents-1.html#Syncfusion_Blazor_Grids_GridEvents_1_RowDataBound) event. The [RowDataBound](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEvents-1.html#Syncfusion_Blazor_Grids_GridEvents_1_RowDataBound) event triggers for every row. In the event handler, you can get the **RowDataBoundEventArgs** that contains details of the row. ```cshtml @using Syncfusion.Blazor.Grids