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

SubGrid button bar is not displayed #405

Open unkovalenko opened 9 months ago

unkovalenko commented 9 months ago

Question about subgrids. If there is data in the subgrid, then the button bar above the subgrid is displayed. If there is no data in the subgrid, the button bar is not displayed. It is not possible to add data to an empty subgrid since there is no button bar and the create button is not available. How can I make the button bar appear with an empty subgrid?

Blazor WebAssembly (REST API) GridBlazor 5.0.2;GridCore7.0.2;GridShared7.0.2 Windows10 Google Chrome 119.0.6045.200 (64) SubGridNoData

gustavnavar commented 9 months ago

Package version 5.0.3 fixes this bug

unkovalenko commented 9 months ago

Thank you. 5.0.3 everything is working.