Skip to content

Commit f2e1306

Browse files
docs(grid): remove wrong async modifier from manual operations article
1 parent 7a5fb2b commit f2e1306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/grid/manual-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When the `OnRead` event is used, the internal operations are disabled and you mu
5353
SourceData = GenerateData();
5454
}
5555
56-
protected async void ReadItems(GridReadEventArgs args)
56+
protected void ReadItems(GridReadEventArgs args)
5757
{
5858
Console.WriteLine("data requested: " + args.Request);
5959
@@ -102,4 +102,4 @@ When the `OnRead` event is used, the internal operations are disabled and you mu
102102

103103
* [CRUD Operations Overview]({%slug components/grid/editing/overview%})
104104
* [Live Demo: Manual Data Source Operations](https://demos.telerik.com/blazor-ui/grid/manual-operations)
105-
105+

0 commit comments

Comments
 (0)