Activities of "zither"

Thanks

Suppose that there is a Blazor page based on AbpCrudPageBase in which Blazorise Datagrid is included. I would like to know how to implement Blazorise Datagrid filter. I tried as follow but not working.

<DataGrid TItem="TownshipDto" Data="Entities" ReadData="OnDataGridReadAsync" Filterable="true" FilterMethod="DataGridFilterMethod.Contains" Responsive="true">

It tries to call Web API but there is no field name parameters in API call.

  • ABP Framework version: v4.4.0
  • UI type: Blazor
  • DB provider: EF Core

Thanks

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11