Skip to content

Commit

Permalink
DropDownDataGrid should not request items on clear
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Nov 20, 2024
1 parent 93cfc0e commit e845df2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Radzen.Blazor/RadzenDropDownDataGrid.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,7 @@ async System.Threading.Tasks.Task Clear()
await grid.SelectRow(null);
}

await OnLoadData(new Radzen.LoadDataArgs() { Skip = 0, Top = PageSize, OrderBy = "" });

StateHasChanged();
StateHasChanged();
}

string previousSearch;
Expand Down

0 comments on commit e845df2

Please sign in to comment.