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
698 stars 135 forks source link

Show message on empty SubGrid #382

Closed babak-zahedi closed 1 year ago

babak-zahedi commented 1 year ago

Hi Gus, Please add a message or some method to show customized message on expanding Sub-Grid when there is not data to show for that Sub-Grid instead of showing an empty grid.

Currently when there is no data for the Sub-Grid to show and empty grid with header will show which can confuse the end-users.

Thank you.

image

gustavnavar commented 1 year ago

Package 3.5.1 implements this feature

babak-zahedi commented 1 year ago

Thank you Gus.