gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
696 stars 134 forks source link

Totals System.AggregateException when using search #387

Closed eXicRa closed 1 year ago

eXicRa commented 1 year ago

Describe the bug Getting System.AggregateException in Private.CoreLib.dll when ItemsDisplayed property "items" is null and columns with type "number" or "datetime" have totals with "Min" or "Max".

With "Sum" it its working fine and the search is working correctly and displaying the value "0.00"

To reproduce:

gustavnavar commented 1 year ago

Could you describe the version of GridBlazor, GridMvcCore are you using? And what type of Blazor (e.g. WASM, server-side, etc.)?

gustavnavar commented 1 year ago

GridCore 6.0.3 should fix this issue