Hi Matam,
Greetings from syncfusion support.
We have analyzed your query and suggest you to use the SearchAsync
method with an empty string to resolve the problem. Kindly refer the attached
code snippet for your reference.
|
public async Task
ToolbarClickHandler(Syncfusion.Blazor.Navigations.ClickEventArgs args)
{
if
(args.Item.Id == "Click")
{
await this.DefaultGrid.SearchAsync("");
}
}
|
Please get back to us if you have any further queries
Regards,
Sarveswaran PK