-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Comments
@prizmasoftware Thank you for using BlazorBootstrap. I will check this one. |
Thank you. |
@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. |
@gvreddy04 I sent you an invite for the repo |
@gvreddy04 I sent you, one more, invite for the repo. |
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)
The text was updated successfully, but these errors were encountered: