The drop down filter always have problem with filtering the records especially:
- when you have thousands of records in that table.
- When you use Chinese characters.
Anyway we can solve it?
<RadzenDropDown Data="@inventoriesForInventoryId" TextProperty="MedicName" ValueProperty="Id" AllowClear=true
Placeholder="Choose Inventory" style="display: block; width: 100%" @bind-Value="@stockCheckBody.InventoryId" Name="InventoryId"
Count=@inventoriesForInventoryIdCount LoadData=@inventoriesForInventoryIdLoadData AllowFiltering="true" FilterDelay="1000" />