vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

Grid: Nested grid sorting issue #827

Open prizmasoftware opened 1 month ago

prizmasoftware commented 1 month ago

E.g: Grid 1 ----- grid 1.1 ----- grid 1.2 ---------- subgrid 1.2.1 ---------- subgrid 1.2.2 ----- grid 1.3 ----- grid 1.4

this is how the list of grids and subgrids was formed during initialization, and this is how it looks after clicking on grid 1.2 When I sort the grid x.x in descending order the display looks like this:

----- grid 1.4 ----- grid 1.3 ---------- subgrid 1.2.1 ---------- subgrid 1.2.2 ----- grid 1.2 ----- grid 1.1

how to refresh after sorting?

Originally posted by @prizmasoftware in https://github.com/vikramlearning/blazorbootstrap/discussions/784#discussioncomment-10247528

gvreddy04 commented 1 month ago

@prizmasoftware Thank you for using BlazorBootstrap. I will check this one.

prizmasoftware commented 1 month ago

Thank you.

gvreddy04 commented 3 weeks ago

@prizmasoftware Please share a sample GitHub repository to replicate your scenario with minimal steps. This will help us better understand how you are using the components. If possible, please attach a screen recording.

Note: Please do not attach ZIP files.

prizmasoftware commented 3 weeks ago

@gvreddy04 I sent you an invite for the repo

prizmasoftware commented 3 weeks ago

@gvreddy04 I sent you, one more, invite for the repo. https://github.com/prizmasoftware/Grid-Nested-grid-update-issue.git