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

Question | UpdateGrid on SubGrid only #375

Closed XristophD closed 1 year ago

XristophD commented 1 year ago

Hello, I implemented a Grid with a SubGrid. The SubGrid has columns with action buttons, performing changes on a property of the item in the SubGrid, therefore an Update is needed. I am calling UpdateGrid() after the action has been performed to show changes in the Grid.

Since the UpdateGrid is performed on the Main-Grid via its refferenced Component, both Grids are refreshed. Unfortunately, during the Update the extended row with the selected Subgrid is collapsed.

My question:

Thanks in advance!

XristophD commented 1 year ago

possible duplicate, #308 describes a similar behavior