|
<SfGrid @ref="DefaultGrid" DataSource="@Orders" AllowSorting="true" AllowFiltering="true" AllowPaging="true">
<SfToolbar>
<ToolbarItems>
<ToolbarItem Type="ItemType.Input" Align="Syncfusion.Blazor.Navigations.ItemAlign.Right">
<Template>
@*Apply styles for Textbox accordingly*@
<SfTextBox Placeholder="Enter values to search" Input="OnInput"></SfTextBox>
<span class="e-search-icon e-icons"></span>
</Template>
</ToolbarItem>
</ToolbarItems>
</SfToolbar>
<GridColumns>
..
..
</GridColumns>
</SfGrid>
@code{
public void OnInput(InputEventArgs args)
{
this.DefaultGrid.Search(args.Value);
}
} |
Hi Jeevakanth SP,
The solution proposed works, however it adds an additional strip at the top of the grid header which decreases the screen view (unused space) not good for the UI in my opinion. My question is:
Is there a way to add the auto-complete functionality to the "Search" box within the Toolbar?
Hi Jeevakanth SP,
Were you able to add this blazor feature?
I could not find this feature in your product content. I would appreciate it if you provide information.
Hi Mustafa,
Query: “Were you able to add this blazor feature?”
No we haven’t included this improvement. We have considered it as an uncertain improvement. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. It will be implemented in any of our upcoming releases.
You can also communicate with us regarding the open features any time using our Feature Report page and you can track the status of your requirement by using the below feedback link.
Please let us know if you have any concerns.