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

I like to have multiple synchonized tables on one page #325

Open
martinb69 opened this issue Dec 17, 2021 · 0 comments
Open

I like to have multiple synchonized tables on one page #325

martinb69 opened this issue Dec 17, 2021 · 0 comments

Comments

@martinb69
Copy link

martinb69 commented Dec 17, 2021

I really like Grid.Blazor and it made me learn about OData.
The problem I currently face is that I have multiple subgrids so, for better UX, I decided to have the "master" table on top and the various subgrids in separate tabs. I use the OnRowClicked action to set the filter of the subgrids.
This all works but all the grids are fully re-rendered when the row selection changes.
Maybe I am not looking in the right direction but Microsofts suggests to implement IHandleEvent on an Event callback to suppress the render. However, Grid.Blazor uses an Action so IHandleEvent cannot be applied.

Would it be beneficial to rewrite the Actions for event handling to EventCallback implementation so suppress the render becomes possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant