Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid: Nested grid sorting issue #827

Open
prizmasoftware opened this issue Aug 6, 2024 · 5 comments
Open

Grid: Nested grid sorting issue #827

prizmasoftware opened this issue Aug 6, 2024 · 5 comments
Assignees
Labels
area-grid enhancement New feature or request
Milestone

Comments

@prizmasoftware
Copy link

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 #784 (comment)

@gvreddy04
Copy link
Contributor

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

@gvreddy04 gvreddy04 self-assigned this Aug 7, 2024
@prizmasoftware
Copy link
Author

Thank you.

@gvreddy04 gvreddy04 added enhancement New feature or request and removed investigate labels Aug 21, 2024
@gvreddy04 gvreddy04 added this to the 3.0.0 milestone Aug 21, 2024
@gvreddy04
Copy link
Contributor

@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
Copy link
Author

@gvreddy04 I sent you an invite for the repo

@gvreddy04 gvreddy04 changed the title There is another problem with sorting and displaying subgrids... Grid: Nested Grid Sorting Aug 22, 2024
@gvreddy04 gvreddy04 changed the title Grid: Nested Grid Sorting Grid: Nested grid sorting issue Aug 22, 2024
@prizmasoftware
Copy link
Author

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

@gvreddy04 gvreddy04 modified the milestones: 3.0.0, 3.0.1 Aug 25, 2024
@gvreddy04 gvreddy04 modified the milestones: 3.1.0, 3.2.0 Oct 21, 2024
@gvreddy04 gvreddy04 modified the milestones: 3.2.0, 3.2.1 Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-grid enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants