Skip to content

Commit 999c413

Browse files
documentation(984305): Updated blazor topic.
1 parent caeb195 commit 999c413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/gantt-chart/row-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Select multiple rows in the Gantt Chart component by using the [SelectRowsAsync]
341341
To access selected row details in the Blazor Gantt Chart component:
342342

343343
- [GetSelectedRowIndexesAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.SfGantt-1.html#Syncfusion_Blazor_Gantt_SfGantt_1_GetSelectedRowIndexesAsync) – Returns an array of index positions of the selected rows.
344-
- [GetSelectedRecordsAsyn](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.SfGantt-1.html#Syncfusion_Blazor_Gantt_SfGantt_1_GetSelectedRecordsAsync) – Returns an array of data objects corresponding to the selected rows.
344+
- [GetSelectedRecordsAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.SfGantt-1.html#Syncfusion_Blazor_Gantt_SfGantt_1_GetSelectedRecordsAsync) – Returns an array of data objects corresponding to the selected rows.
345345

346346
{% tabs %}
347347
{% highlight razor tabtitle="Index.razor" %}

0 commit comments

Comments
 (0)